Skip to main content

Markdown parsing.

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

md4c-0.1.3.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

md4c-0.1.3-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page