-
Notifications
You must be signed in to change notification settings - Fork 136
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
Admonitions in included markdown pages are not rendered #665
Comments
I think this is due to the priority number associated with the |
Drops the priority of the admonition to <= markdown_include to ensure included files get admonition's rendered correctly
I confirm that your fix works for me too, thanks! |
Update md_admonition.py to fix issue #665
Fixed in #666 |
When including another markdown document using the
markdown_include
extension, admonitions (@note
,@warning
, etc) are not rendered in the produced document but simply left as is.For example, with the following
README.md
and with the following inclusion in the documentation itself
the note is not rendered.
I am not sure whether this is a bug with the admonition extension as implemented in Ford or something else. Other extensions (such as math expression rendering) seem to work, so this puzzles me.
The text was updated successfully, but these errors were encountered: