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
433 forks
Language: Python
last commit: 21 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
python-markdown/markdown | Converts plain text to HTML using Markdown syntax | 3,800 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,696 |
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,310 |
michelf/php-markdown | Converts plain text to HTML using Markdown syntax and PHP implementation | 3,425 |
xoofx/markdig | A fast, extensible Markdown processor for .NET with support for various Markdown flavors and features. | 4,390 |
executablebooks/markdown-it-py | A Python port of markdown-it with 100% CommonMark support and extensibility | 734 |
alir3z4/html2text | Converts HTML to plain text that can be easily read and formatted as Markdown. | 1,844 |
deedy5/html2text_rs | Converts HTML to different formats | 2 |
29decibel/html2markdown | Converts HTML to Markdown markup | 72 |
developit/snarkdown | A lightweight JavaScript Markdown parser with minimal features. | 2,295 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,703 |
markedjs/marked | A markdown parser and compiler built to process markdown text into HTML quickly and efficiently. | 33,189 |
davidanson/markdownlint | Analyzes Markdown and CommonMark files for consistency and formatting errors | 4,819 |
alanshaw/markdown-pdf | Converts Markdown files to PDFs using HTML and PhantomJS. | 2,717 |
vmg/redcarpet | A Markdown parser that provides a flexible and customizable way to generate HTML output from Markdown documents | 4,990 |