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

Add failing test for HTML entities and wraps_caps. #9

Closed
wants to merge 1 commit into from

Conversation

popthestack
Copy link

Noticed this when kramdown footnotes added a &#x21A9; (↩) HTML entity which then got turned into &#x21<span class="caps">A9</span>;

@bobthecow
Copy link
Contributor

Interesting. My Kramdown emits a literal , so I've never noticed.

@denisdefreyne
Copy link
Owner

Thanks for the bug report!

Can you test this against the tokenized branch, though? Both master and cleanup (which is based off master) will die at some point, and tokenized will become the new master.

@denisdefreyne
Copy link
Owner

There are quite a bit of tests failing in tokenized at the moment but that is expected. This is mostly because one part is not implemented yet.

One day I’ll get back to working on this (promised)!

@denisdefreyne
Copy link
Owner

Sort of started working on this again. Merged!

@popthestack
Copy link
Author

Awesome!

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

Successfully merging this pull request may close these issues.

3 participants