-
Notifications
You must be signed in to change notification settings - Fork 526
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
Interpreting HTML #440
Comments
Hi @grobmeier, Thanks for spotting this ; actually this is a regression that has been introduced with #331 but this is now fixed and this will be available as soon as Redcarpet 3.2.2 gets uploaded to Rubygems. :-) |
Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In reference to this issue:
jekyll/jekyll#2854
Redcarpet has started to interpret some html/js code as Markdown which it didn't do before. My change was to update Jekyll, which maybe has also updated the dependency to Redcarpet.
Please see this script:
https://gist.github.com/grobmeier/f2222332ffe86dbf485c
Which outputs:
I had to remove Redcarpet from my Jekyll installation and use Kramdown which works as expected.
The text was updated successfully, but these errors were encountered: