wikicloth
wikicloth copied to clipboard
Lines starting with space followed by a line with single space are missing in the HTML result.
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>
confirmed. not sure exactly what is causing it yet though.
Apparently, it's been 2 years. I just reported a problem with github's wiki because of this, see:
https://github.com/github/markup/issues/488
Any chance of getting this problem fixed?