python-markdown2
Markdown processor
A Python implementation of Markdown syntax conversion to HTML
markdown2: A fast and complete implementation of Markdown in Python
3k stars
60 watching
434 forks
Language: Python
last commit: about 1 month ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
python-markdown/markdown | Converts plain text to HTML using Markdown syntax | 3,821 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,697 |
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,476 |
michelf/php-markdown | Converts plain text to HTML using Markdown syntax and PHP implementation | 3,431 |
xoofx/markdig | A fast, extensible Markdown processor for .NET with support for various Markdown flavors and features. | 4,468 |
executablebooks/markdown-it-py | A Python implementation of Markdown parsing with high speed and customization options. | 756 |
alir3z4/html2text | Converts HTML to plain text that can be easily read and formatted as Markdown. | 1,862 |
deedy5/html2text_rs | Converts HTML to different formats | 4 |
29decibel/html2markdown | Converts HTML to Markdown markup | 72 |
developit/snarkdown | A lightweight JavaScript Markdown parser with minimal features. | 2,301 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,778 |
markedjs/marked | A markdown parser and compiler built to process markdown text into HTML quickly and efficiently. | 33,416 |
davidanson/markdownlint | Analyzes Markdown and CommonMark files for consistency and formatting errors | 4,868 |
alanshaw/markdown-pdf | Converts Markdown files to PDFs using HTML and PhantomJS. | 2,724 |
vmg/redcarpet | A Markdown parser that provides a flexible and customizable way to generate HTML output from Markdown documents | 4,992 |