Markdown tips¶
This section summarizes information related to Markdown.
new line¶
Generally, you can break a sentence by writing two spaces, but if you use mdformat, a formatter for markdown files, it will replace them with "\".
I think there is an option to exclude this, but I have not checked.
As a provisional workaround, you can use "<br />
".