Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines joined without a separating space #10

Open
pinard opened this issue Mar 31, 2014 · 0 comments
Open

Lines joined without a separating space #10

pinard opened this issue Mar 31, 2014 · 0 comments

Comments

@pinard
Copy link
Contributor

pinard commented Mar 31, 2014

Hi again! :-)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant