-
Notifications
You must be signed in to change notification settings - Fork 133
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
Handle notes, etc. with MD admonitions (replaces #410) #540
Commits on Apr 12, 2022
-
Taken from https://github.com/Python-Markdown/markdown/tree/master/markdown, commit 383de86c64101b8d14768d9a247c9efc97d703bd.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for a9be11f - Browse repository at this point
Copy the full SHA a9be11fView commit details -
Rename admonition.py to md_extensions.py.
Rationale: more markdown extensions will be added to this module later.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for f248ddb - Browse repository at this point
Copy the full SHA f248ddbView commit details -
Format md_extensions.py with black.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1c217ae - Browse repository at this point
Copy the full SHA 1c217aeView commit details -
md_extensions.py: fix imports.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 6a07eed - Browse repository at this point
Copy the full SHA 6a07eedView commit details -
Add preprocessor for admonitions.
Preprocessor converts FORD syntax to markdown admonition syntax.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 8488c19 - Browse repository at this point
Copy the full SHA 8488c19View commit details -
Modify admonition block processor to reproduce FORD admonitions.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 7cc8b69 - Browse repository at this point
Copy the full SHA 7cc8b69View commit details -
Small fix in AdmonitionProcessor.
Mistake prevented locating the sibling element unless the admonition type was "note".
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 3402f09 - Browse repository at this point
Copy the full SHA 3402f09View commit details -
Remove todo item in AdmonitionPreprocessor docstring.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for db48552 - Browse repository at this point
Copy the full SHA db48552View commit details -
Add support for admonitions with text on the first line after the sta…
…rt marker.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for bee5938 - Browse repository at this point
Copy the full SHA bee5938View commit details -
Add/improve comments and docstrings of AdmonitionPreprocessor.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for eeda054 - Browse repository at this point
Copy the full SHA eeda054View commit details -
Change order of methods of AdmonitionPreprocessor.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 222249f - Browse repository at this point
Copy the full SHA 222249fView commit details -
Refactor AdmonitionPreprocessor.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for cd33a2d - Browse repository at this point
Copy the full SHA cd33a2dView commit details -
Add support for admonitions with end marker embedded in line.
E.g: some text @Endnote some more text
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 2222e89 - Browse repository at this point
Copy the full SHA 2222e89View commit details -
Add support for admonitions with text before start marker
E.g: Some text @note Some more text.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 147483a - Browse repository at this point
Copy the full SHA 147483aView commit details -
Make sure that built-in admonition extension is deeregistered.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 2ec925e - Browse repository at this point
Copy the full SHA 2ec925eView commit details -
Add admonition extension to standard extensions included in FORD.
Maarten Braakhekke committedApr 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 565f804 - Browse repository at this point
Copy the full SHA 565f804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8587b98 - Browse repository at this point
Copy the full SHA 8587b98View commit details
Commits on Jul 10, 2023
-
Merge branch 'master' into markdown-extensions
* master: (327 commits) Apply PR suggestions [skip ci] Apply black changes Relax version on pygments recognize associations and calls made within associations refactor call chain correlation Docs: Fix syntax highlighting in example Docs: Fix some formatting and reword section on Markdown Docs: Fix link Docs: Fix typo Docs: More consistent spelling of "metadata" Docs: Clarify that metadata in docstrings is always parsed fix issues with PR generic module procedures inherit attributs from their interface find used modules for interfaces add args from parent procedures and private vars from ancestor mods to all_vars fix issues with errors with module procedures when setting display: private and with chain calls in module procedures Ignore mypy errors from setuptools_scm Fix undefined variable error Add ruff config Add helper class for creating markdown reader ...
Configuration menu - View commit details
-
Copy full SHA for 0ef5bc6 - Browse repository at this point
Copy the full SHA 0ef5bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4807c5c - Browse repository at this point
Copy the full SHA 4807c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1d44b - Browse repository at this point
Copy the full SHA 6e1d44bView commit details -
Fix issue with indentation in admonition preprocessor
Also add tests Now should correctly handle nested blocks inside admonitions
Configuration menu - View commit details
-
Copy full SHA for 23dc67a - Browse repository at this point
Copy the full SHA 23dc67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145cd90 - Browse repository at this point
Copy the full SHA 145cd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6691b4a - Browse repository at this point
Copy the full SHA 6691b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc167f9 - Browse repository at this point
Copy the full SHA dc167f9View commit details -
Fix support for @Endnote in middle of line
either as immediately closing existing note, or text after @Endnote
Configuration menu - View commit details
-
Copy full SHA for a92593b - Browse repository at this point
Copy the full SHA a92593bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 781426b - Browse repository at this point
Copy the full SHA 781426bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54ec14 - Browse repository at this point
Copy the full SHA c54ec14View commit details -
Subclass original admonition processor with slight changes
Allows deleting a bunch of code, as well as being able to use CSS and title features from base class
Configuration menu - View commit details
-
Copy full SHA for 25a5542 - Browse repository at this point
Copy the full SHA 25a5542View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e98bd2b - Browse repository at this point
Copy the full SHA e98bd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8968e - Browse repository at this point
Copy the full SHA 1b8968eView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 569ec07 - Browse repository at this point
Copy the full SHA 569ec07View commit details