In-paragraph line breaks with `\\` is not parsed
Closed this issue · 1 comments
RangHo commented
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>