uniorg icon indicating copy to clipboard operation
uniorg copied to clipboard

In-paragraph line breaks with `\\` is not parsed

Open RangHo opened this issue 1 year ago • 0 comments

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>

RangHo avatar Dec 14 '23 20:12 RangHo