How to preserve empty lines? #2103
francisashley
started this conversation in
General
Replies: 1 comment
-
|
I have hacked together a rough solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following input
I would like to preserve the empty lines.
Currently it appears that the empty lines are being removed.
I tried convertign all the empty lines to
<br/>tags but it seams that html is not being interpreted.A similar thread suggests upgrading to 7.7 but I'm on 7.15..
Any idea how to preserve empty lines?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions