Replies: 3 comments 2 replies
-
|
I believe it's working as intended. You can't spam line breaks like that. It's just going to collapse it into two paragraphs. <p>A paragraph</p>
<p>Another paragraph</p>What that automatic line break setting does is allow you to press enter in the middle of a paragraph and it'll create a outputs <p>My paragraph<br>new line</p>With it disabled, you have to use the standard markdown behavior of ending a line with two spaces in order to get a <p>My paragraph new line</p>
<p>My paragraph<br>new line</p> |
Beta Was this translation helpful? Give feedback.
-
|
I think I know the problem, and it is related to my other ticket. A new line or even two space's do create a |
Beta Was this translation helpful? Give feedback.
-
|
Has there been any implementation for this without the use of another plugin already? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a collection with a 'markdown' content field. I enabled the 'Automatic Line Breaks'. Yet most of the line breaks are ignored:
See also the field setting:
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions