How do I create an extension and use it with markdown_extensions #6406
-
The docs of Python Markdown and etc. don't help me. I don't even know how I can load the extension I assume I need to use markdown_extensions: and put something in there, but I don't even know what to put in there
I tried reading the docs, but I skipped everything that didn't contain markdown_extensions I have no clue how this works, so let's say I wanna write an extension, and put it inside what do I type in I do not know which repository is even right for this question because markdown_extensions is something from mkdocs, but mkdocs-material is more advanced and idk |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
It might help us if you said what it is you want to achieve. Writing an extension for Python Markdown is likely not a trivial exercise, so best to check if that is even necessary. |
Beta Was this translation helpful? Give feedback.
-
IMO this is more of a MkDocs discussion board question, since it is a configuration option of theirs: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
mkdocs/mkdocs#3491 (comment)