rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

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

Closed RangHo closed 3 months ago

RangHo commented 8 months ago

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>
rasendubi commented 3 months ago

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