-
Notifications
You must be signed in to change notification settings - Fork 51
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
html tag will be escaped with --pygments #63
Comments
Duplicate of #46 ? |
I don't think it's a duplicate, and I get the same behavior; e.g. |
Okay, so this only happens with a |
Seems to be important issue... |
here is the directive: https://github.com/marianoguerra/rst2html5/blob/master/html5css3/postprocessors.py#L329 here it' registered: https://github.com/marianoguerra/rst2html5/blob/master/html5css3/postprocessors.py#L438 try commenting were it's registered to see if there's a builtin one, if so, I will remove that one, if not, we can copy the code-block directive from another project of fix the one we have. I don't have time at the moment. |
the html tag generated by syntax highlight with --pygments will be escaped,
so something like
<div class="highlight">
will become<div class="highlight">
Python version : 2.7.8
The text was updated successfully, but these errors were encountered: