You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
When exported to HTML, multi-line messages still use for a new line, so in fact no new lines are displayed. I've tried white-space: pre-wrap; in style.css, but now there are too many line breaks. Of course I could perform Find&Replace → <br>, but I am not the only user with this problem, am I?
The text was updated successfully, but these errors were encountered:
When exported to HTML, multi-line messages still use
for a new line, so in fact no new lines are displayed. I've triedwhite-space: pre-wrap;
in style.css, but now there are too many line breaks. Of course I could perform Find&Replace
→<br>
, but I am not the only user with this problem, am I?The text was updated successfully, but these errors were encountered: