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
Would it be possible to add support for github style callouts in markdown and have them render as sphinx admonitions?
Currently if I have a markdown document defined like this:
# Some Section Some paragraph > :warning: Some warning message
On github markdown, it renders like this with the 'warning' icon:
Some Section Some paragraph ⚠️ Some warning message
Some paragraph
⚠️ Some warning message
However when using the m2r2 to convert the markdown, it treats this as a parameter listing like this:
Some section ============ Some paragraph .. :warning: Some warning message
Which in the sphinx compiled html output, it renders like this:
Ideally it would be nice if this could support github style callouts like this and render it as a sphinx warning/note/etc directive instead like this:
Some section ============ Some paragraph .. warning:: Some warning message
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would it be possible to add support for github style callouts in markdown and have them render as sphinx admonitions?
Currently if I have a markdown document defined like this:
On github markdown, it renders like this with the 'warning' icon:
However when using the m2r2 to convert the markdown, it treats this as a parameter listing like this:
Which in the sphinx compiled html output, it renders like this:
Ideally it would be nice if this could support github style callouts like this and render it as a sphinx warning/note/etc directive instead like this:
The text was updated successfully, but these errors were encountered: