8000 GitHub - strange/mdx-headerextras: A random python-markdown extension
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

strange/mdx-headerextras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A random python-markdown extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0