Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.71k stars 856 forks source link

someone tell me how I can do this :) I know this is not mkdocs, but there's like too many third party things involved that I can't figure out where to go #1419

Closed karl-police closed 9 months ago

karl-police commented 9 months ago

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 docs/extensions/myExtension.py

what do I type in markdown_extensions: to load it?

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

karl-police commented 9 months ago

https://github.com/mkdocs/mkdocs/discussions/3491#discussioncomment-7697518