Line Breaks and Blank Lines
Line breaks vs. new lines
  • Line breaks are rendered exactly as they are in the text editor.
  • If you set a new line (with an empty line in front of it), then this counts as a new paragraph.
  • However, if you just type Enter in the text editor and break the text, the text in the view is also broken.
  • For example, the following input is displayed with line break:
  • It follows
    a new line.
  • ⚙ linebreaks