-
Notifications
You must be signed in to change notification settings - Fork 15
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
When generating html, ronn-ng may convert <ws-name> to <ws-name> </ws-name> #44
Comments
Looks like the |
Having a hard time pinning down where and why this is happening, but it's some time after the Kramdown processing, so it looks like it may be in Ronn's use of Nokigiri, maybe related to sparklemotion/nokogiri#551. |
Yep, it's Nokogiri doing it. If I add in some debug code:
I get this:
You can see that the |
When I try to convert a markdown file to html,
text below
is incorrectly converted to
The markdown file I use is from https://github.com/tj/git-extras/blob/master/man/git-bulk.md.
The command I run is:
The text was updated successfully, but these errors were encountered: