mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
21 lines
340 B
Markdown
21 lines
340 B
Markdown
|
# Linebreaks
|
||
|
|
||
|
<br>-style linebreaks should be replaced with two spaces followed by a newline.
|
||
|
This allows the generated mark
|
||
|
down to render to equivalent HTML even if the `markdown.plugin.softbreaks` setting is enabled.
|
||
|
|
||
|
```
|
||
|
<br>s shouldn't
|
||
|
lead
|
||
|
to trailing spaces in
|
||
|
code
|
||
|
however.
|
||
|
```
|
||
|
|
||
|
Because it isn't
|
||
|
|
||
|
necessary.
|
||
|
|
||
|
|
||
|
|
||
|
...
|