Open aleray opened 12 years ago
Hi, I have ported the python-markdown outline extension. Here is what it does:
Wraps the document logical sections (as implied by h1-h6 headings).
By default, the wrapper element is a section tag having a class attribute "sectionN", where N is the header level being wrapped.
More information here:
https://github.com/aleray/mdx_outline
Hi, I have ported the python-markdown outline extension. Here is what it does:
Wraps the document logical sections (as implied by h1-h6 headings).
By default, the wrapper element is a section tag having a class attribute "sectionN", where N is the header level being wrapped.
More information here:
https://github.com/aleray/mdx_outline