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
I am looking for a way to preserve new lines as <br>s.
Usually this can be activated via a flag. Other options are double spaces and the end of the line or \es. I tested the slashed which did not work and cannot test the double spaces due to autoformatting which removes them automatically.
Is there a way to configure the Markdown component to preserve new lines as <br>s?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking for a way to preserve new lines as
<br>
s.Usually this can be activated via a flag. Other options are double spaces and the end of the line or
\
es. I tested the slashed which did not work and cannot test the double spaces due to autoformatting which removes them automatically.Is there a way to configure the
Markdown
component to preserve new lines as<br>
s?https://stackoverflow.com/questions/26626256/how-to-insert-a-line-break-br-in-markdown
Beta Was this translation helpful? Give feedback.
All reactions