You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be related to issue #4, or maybe not, I do not know. Given this input file,
- A
B
C
org-js produces:
<h1>Untitled</h1>
<ul></ul>
<ul><li>A</li>
</ul>
BC
so collapsing lines B and C without some needed protecting space. I would expect the last line to be something like B C. Surely, my suggested correction for issue #4 does not address this other case.
François
The text was updated successfully, but these errors were encountered:
Hi again! :-)
This may be related to issue #4, or maybe not, I do not know. Given this input file,
org-js produces:
so collapsing lines
B
andC
without some needed protecting space. I would expect the last line to be something likeB C
. Surely, my suggested correction for issue #4 does not address this other case.François
The text was updated successfully, but these errors were encountered: