We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the fenced-code-blocks extra, but when it generates the HTML, I don't see the class name showing the name of the programming language.
fenced-code-blocks
The text was updated successfully, but these errors were encountered:
@nsjcorps
Did you try this
html = markdown2.markdown(YOUR_MARKDOWN_STRING, extras=["fenced-code-blocks", "codehilite"])
and with pygments installed?
pygments
Sorry, something went wrong.
Yes, I did but it didnt work. I eventually had to fork it and add the language to the options that gets passed. ie. self.lang
self.lang
Successfully merging a pull request may close this issue.
I am using the
fenced-code-blocks
extra, but when it generates the HTML, I don't see the class name showing the name of the programming language.The text was updated successfully, but these errors were encountered: