Home > mdx-headerextras

mdx-headerextras

Mdx-headerextras is a project mainly written in Python, it's free.

A random python-markdown extension

A simple module that creates id's from the heading's text (excluding any HTML) and can adjust the starting level of headings.

Example: subject = "# What a nice day!" html = markdown.markdown(subject, ['headerextras(level=2, prefix=section-)'])

# <h2 id="section-what-a-nice-day">What a nice day!</h2>
Previous:mc_img_scaler