rasendubi/uniorg

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>

This now has been implemented in #111 and released at #110.