-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Markdown not being parsed correctly with classifier gem #2676
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
Comments
Ref #2677. |
Will release the new version of Jekyll and hopefully GHP will review and merge it quickly. |
Doing a little digging here, and seems like |
What about |
@parkr It replaces core math behaviour within Ruby:
I'm guessing parts of Kramdown rely on the standard behaviour. |
Noticed this weird html at http://jekyllrb.com/docs/configuration/#redcarpet:

I traced it back to this commit: 4cc6a0f. And I eventually figured out that
require "classifier"
was the problem. The simplest temporary fix is to remove this line. But anyways, I think the issue is some conflict between the classifier gem and kramdown.That works as normal. But when we include classifier:
The text was updated successfully, but these errors were encountered: