كيفية الحفاظ على فواصل الأسطر في المقتطفات؟

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)

يمكن القيام بذلك باستخدام CSS التالي:

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

تم وصف هذا في الأصل هنا: How can I keep post views on lists - #5 by Don


تعديل:
:information_source: نظرًا لأنه تم طلب الاحتفاظ بفواصل الأسطر في المقتطفات عدة مرات، فقد أضفت هذا كإرشاد/حيلة في الموضوع الرسمي.

إعجابَين (2)

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