vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Feature outline #121

Open aleray opened 12 years ago

aleray commented 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