Skip to main content

A markdown parser with high extensibility.

Project description

Marko

A markdown parser with high extensibility.

PyPI PyPI - Python Version Documentation Status CommonMark Spec

Build Status AppVeyor Status codecov

Marko is a markdown parser written in pure Python that complies CommonMark's spec v0.29. 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'd better choose another parser.

Use Marko

The installation is very simple:

$ pip install marko

And to use it:

import marko

print(marko.convert(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.5.1: Add type hints for all primary functions.
  • v0.5.0: Update to comply commonmark spec 0.29; Change the extension system.
  • v0.4.3: Fix TOC rendering when heading level exceeds the max depth.
  • v0.4.2: Fix CJK regexp for pangu extension.
  • 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.5.1.tar.gz (27.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

marko-0.5.1-py2.py3-none-any.whl (32.2 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: marko-0.5.1.tar.gz
  • Upload date:
  • Size: 27.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for marko-0.5.1.tar.gz
Algorithm Hash digest
SHA256 7f809fcb692dc8fdf51adbd7e36467ad4772fd1011702c5170ab392ba02fc2da
MD5 5186df73885829d44166c1d91c5c0fcf
BLAKE2b-256 6c05de8e0f6f0c257b2c8fb4d29014054dd220b16499200039fa61d73a43b759

See more details on using hashes here.

File details

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

File metadata

  • Download URL: marko-0.5.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 32.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for marko-0.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 75ad10e4f83bf97f5b6a9fcdb9fb9ff0dbdd19d863b7a3e0749a38966895cfb3
MD5 80d01bbae3db914b7353604298b0ba37
BLAKE2b-256 8d398404e9902a56b1caec240e44e0f78561654b1747037ce39ec4b89d69f25d

See more details on using hashes here.

Supported by

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