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 starting with space followed by a line with single space are missing in the HTML result. #52

Open
GSI opened this issue Mar 20, 2013 · 2 comments

Comments

@GSI
Copy link

GSI commented Mar 20, 2013

UPDATE: I further reduced the failing example text.

This:

test = <<DOC
 missing text

DOC
# Note there are one or more whitespaces in line 2 of the text above, but GitHub deletes them.

p WikiCloth::Parser.new(:data => test).to_html

Causes that:

\n\n<p><pre></pre>\n</p>
@nricciar
Copy link
Owner

confirmed. not sure exactly what is causing it yet though.

@rdiez
Copy link

rdiez commented Apr 19, 2015

Apparently, it's been 2 years. I just reported a problem with github's wiki because of this, see:

github/markup#488

Any chance of getting this problem fixed?

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

No branches or pull requests

3 participants