Come mantenere gli a capo negli estratti?

Hi! I’m using this theme component for a poetry community and I would like that the excerpts do not escape new lines (so verses are still in separated lines, even in the excerpt).

I assume I must create some kind of simple (?) plugin to implement this functionality. I have been checking the Discourse code but I didn’t find where should I look in order to change that.

I would be really grateful if you could give some hint :slight_smile: .

Thanks!

1 Mi Piace

Questo può essere fatto usando questo CSS:

.topic-list .topic-excerpt {
    white-space: pre-line;
}

Questo è stato originariamente descritto qui: How can I keep post views on lists - #5 by Don


modifica:
:information_source: dato che è stato chiesto più volte di mantenere le interruzioni di riga negli estratti, l’ho aggiunto come suggerimento/trucco sull’argomento ufficiale.

2 Mi Piace

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.