markdown
Text converter
Converts plain text to HTML using Markdown syntax
A Python implementation of John Gruber’s Markdown with Extension support.
4k stars
75 watching
863 forks
Language: Python
last commit: 4 days ago
Linked from 3 awesome lists
markdownmarkdown-parsermarkdown-to-htmlpythonpython-markdownpython3
Related projects:
Repository | Description | Stars |
---|---|---|
trentm/python-markdown2 | A Python implementation of Markdown syntax conversion to HTML | 2,681 |
executablebooks/markdown-it-py | A Python implementation of Markdown parsing with high speed and customization options. | 756 |
jbt/markdown-editor | A live preview editor for GitHub Flavored Markdown | 2,842 |
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,476 |
johnfraney/flake8-markdown | Checks Python code in Markdown files for errors and syntax issues | 23 |
mkdocs/mkdocs | A tool for building project documentation using Markdown and Python. | 19,553 |
yzhang-gh/vscode-markdown | Enhances Visual Studio Code with advanced Markdown features and tools | 2,939 |
markdown-it/markdown-it-abbr | Adds HTML abbreviations support to markdown parser | 43 |
markedjs/marked | A markdown parser and compiler built to process markdown text into HTML quickly and efficiently. | 33,416 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,697 |
agusmakmun/django-markdown-editor | Provides a rich-text editing experience with support for live preview, image uploads, and mention features in a Django application. | 829 |
orc/discount | A C implementation of Markdown markup language syntax | 859 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,764 |
remarkjs/react-markdown | A React component for rendering markdown safely and efficiently in web applications | 13,359 |