Contents

mistletoe 1.5.1

0

A fast, extensible Markdown parser in pure Python.

A fast, extensible Markdown parser in pure Python.

Stars: 1018, Watchers: 1018, Forks: 126, Open Issues: 38

The miyuchina/mistletoe repo was created 8 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1018 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 38 open issues on GitHub

  • Bug: mistletoe v1.5.1 - Blank lines lost during markdown rendering
  • Bug: mistletoe 1.5.0 - block_token.remove_token(block_token.Footnote) fails
  • Bug: mistletoe v1.5.1 fails to parse specified Markdown text into Document token
  • parameterized does not work with modern Pytest
  • [Bugs] Protential ReDoS bug in github_wiki.py
  • Avoid TypeError: 'NoneType' object is not iterable when using token.children?
  • How to add extra space just among top-level list items and not before sublists?
  • Record line numbers on tokens

See more issues on GitHub

Related Packages & Articles

mdutils 1.8.1

Useful package for creating Markdown files while executing python code.

m2r 0.3.1

Markdown and reStructuredText in a single file.