Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 209 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 209 Bytes

Better-md

Insallation

pip install better-md

Usage

from better_md import md

html = md.H1("Hello, world!").prepare().to_html()
md = md.H1("Hello, world!").prepare().to_md()