uniorg
uniorg copied to clipboard
In-paragraph line breaks with `\\` is not parsed
To enforce a line break within a paragraph, Org uses \\
at the end of a line, as shown in Documentation.
For the following simple Org document...
\\
the built-in HTML exporter produces...
<p>
<br>
</p>
where currently Uniorg produces...
<p>\\</p>