mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
10 lines
464 B
HTML
10 lines
464 B
HTML
<h1>Linebreaks</h1>
|
|
<div><br>-style linebreaks should be replaced with two spaces followed by a
|
|
newline.<br/>This allows the generated mark<br/>down to render to equivalent HTML
|
|
even if the <code>markdown.plugin.softbreaks</code> setting is enabled.</div>
|
|
<pre class="some-code" style="font-family:monospace;"><br>s shouldn't<br/>lead<br/>to trailing spaces in
|
|
code
|
|
however.
|
|
</pre>
|
|
<p>Because it isn't</p>
|
|
<div>necessary.<br/><br/><br/><br/>...</div> |