Skip to main content

A markdown parser with high extensibility.

Project description

Marko

A markdown parser with high extensibility.

Build Status PyPI PyPI - Python Version Documentation Status

Marko is a markdown parser written in pure Python that complies CommonMark's spec v0.28. It is designed to be highly extensible, see Extend Marko for details.

Marko requires Python2.7, Python 3.5 or higher.

Why Marko

Among all implementations of Python's markdown parser, it is a common issue that user can't easily extend it to add his own features. Furthermore, Python-Markdown and mistune don't comply CommonMark's spec. It is a good reason for me to develop a new markdown parser and use it.

Respecting that Marko complies CommonMark's spec at the same time, which is a super complicated spec, Marko's performance will be affected. A benchmark result shows that Marko is 3 times slower than Python-Markdown, but a bit faster than Commonmark-py, much slower than mistune. If performance is a bigger concern to you than spec compliance, you's better choose another parser.

Use Marko

The installation is very simple:

$ pip install marko

And to use it:

from marko import Markdown
markdown = Markdown()
print(markdown(text))

Marko also provides a simple CLI, for example, to render a document and output to a html file:

$ cat my_article.md | marko > my_article.html

Extend Marko

Please refer to Document

License

Marko is released under MIT License

Change Log

  • v0.4.0: Support Python 2.7
  • v0.3.4: Fix bugs about extensions.
  • v0.3.1: Pangu extension.
  • v0.3.0: Change the entry function to a class, add TOC and footnotes extensions.
  • v0.2.0: Github flavored markdown and docs.
  • v0.1.0: Commonmark spec tests.

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

marko-0.4.1.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

marko-0.4.1-py2.py3-none-any.whl (34.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file marko-0.4.1.tar.gz.

File metadata

  • Download URL: marko-0.4.1.tar.gz
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for marko-0.4.1.tar.gz
Algorithm Hash digest
SHA256 95a6d449079e859bcfc3954a93091dc5ab4a125e8945234b7757c087f3f53254
MD5 85e65780e77b3168ac13a9d4673d5cc9
BLAKE2b-256 9ff09c1a302e310608f9fd64c6c23dbf6cc7ef84c27e21b77ea95680b1fe5d8b

See more details on using hashes here.

Provenance

File details

Details for the file marko-0.4.1-py2.py3-none-any.whl.

File metadata

  • Download URL: marko-0.4.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 34.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for marko-0.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8efa1afdc28ae6a32734b23b3f3b3ec66a654ef8d713f3c15c7b6c6f4f9a6546
MD5 1ca7259a3f3321b38158c9a98c26084f
BLAKE2b-256 ad3cd6a75566d18bd0b97efa96028fd5062631a3b11adb92036147feb8ff6f33

See more details on using hashes here.

Provenance

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