Contents

mistletoe 1.3.0

0

A fast, extensible Markdown parser in pure Python.

A fast, extensible Markdown parser in pure Python.

Stars: 741, Watchers: 741, Forks: 110, Open Issues: 19

The miyuchina/mistletoe repo was created 6 years ago and the last code push was 2 weeks ago.
The project is popular with 741 github stars!

How to Install mistletoe

You can install mistletoe using pip

pip install mistletoe

or add it to a project with poetry

poetry add mistletoe

Package Details

Author
Mi Yu
License
MIT
Homepage
https://github.com/miyuchina/mistletoe
PyPi:
https://pypi.org/project/mistletoe/
GitHub Repo:
https://github.com/miyuchina/mistletoe

Classifiers

  • Software Development/Libraries/Python Modules
  • Text Processing/Markup/Markdown
No  mistletoe  pypi packages just yet.

Errors

A list of common mistletoe errors.

Code Examples

Here are some mistletoe code examples and snippets.

GitHub Issues

The mistletoe package has 19 open issues on GitHub

  • StopIteration exception on parsing
  • Opening brackets incorrectly skipped when parsing (CommonMark ex. 551)
  • Make renderers from the "contrib" folder easier to use
  • IndexError

See more issues on GitHub

Related Packages & Articles

mdutils 1.6.0

Useful package for creating Markdown files while executing python code.

m2r 0.3.1

Markdown and reStructuredText in a single file.