[PR #923] [CLOSED] added mistletoe under Markdown #831

Closed
opened 2025-11-06 13:03:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/923
Author: @miyuchina
Created: 9/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 79de03e added mistletoe under Markdown

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

mistletoe is a fast and extensible Markdown parser implementation.

What's the difference between this Python project and similar ones?

  • Compared to Python-Markdown, it is over 4 times faster. With CPython its speed is on par with mistune.
  • Compared to Mistune, it is:
    • more flexible, in that adding parsing rules are formalized, easier and less brittle (see the GitHub Wiki example as compared to Mistune);
    • more extensible, in that writing new renderers are trivial (supports transpiling to LaTeX out of the box; also see this example where mathjax support is added to mistletoe);
    • about 2x faster when PyPy is used (see the performance section);

See also: why mistletoe?


Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/923 **Author:** [@miyuchina](https://github.com/miyuchina) **Created:** 9/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`79de03e`](https://github.com/vinta/awesome-python/commit/79de03ea1b9aa336cb2ea2922f866d7845b5643a) added mistletoe under Markdown ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? mistletoe is a fast and extensible Markdown parser implementation. ## What's the difference between this Python project and similar ones? * Compared to [Python-Markdown](https://github.com/waylan/Python-Markdown), it is over 4 times faster. With CPython its speed is on par with mistune. * Compared to [Mistune](https://github.com/lepture/mistune), it is: - more flexible, in that adding parsing rules are formalized, easier and less brittle (see the GitHub Wiki [example](https://github.com/miyuchina/mistletoe#developers-guide) as compared to Mistune); - more extensible, in that writing new renderers are trivial (supports transpiling to LaTeX out of the box; also see [this example](https://github.com/miyuchina/mistletoe/blob/master/plugins/mathjax.py) where mathjax support is added to mistletoe); - about 2x faster when PyPy is used (see the [performance](https://github.com/miyuchina/mistletoe#performance) section); See also: [why mistletoe?](https://github.com/miyuchina/mistletoe#why-mistletoe) --- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:03:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#831