Skip to content

Exahilosys/md4c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c37ba8 · Jul 12, 2021

History

12 Commits
Jul 12, 2021
Jan 30, 2020
Jul 12, 2021
Jul 12, 2021
Jan 29, 2020
Feb 6, 2020
Jul 12, 2021

Repository files navigation

Bindings for the MD4C markdown parser.

Installing

pip3 install md4c

Usage

import md4c

parser = md4c.Html()

with open('some/doc.md') as file:
  data = file.read()

html = parser.get(data)

with open('some/index.html', 'w') as file:
  file.write(html)

Links

About

Markdown parsing from C, for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages