All Projects → Python-Markdown → Markdown

Python-Markdown / Markdown

Licence: other
A Python implementation of John Gruber’s Markdown with Extension support.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Markdown

Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (-38.61%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Mdtool
A tool which can process markdown to HTML
Stars: ✭ 136 (-95.01%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (-65.32%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-99.05%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (-80.81%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+0.18%)
Mutual labels:  markdown, markdown-parser, markdown-to-html
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (-57.47%)
Mutual labels:  markdown, markdown-to-html
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+224.95%)
Mutual labels:  markdown, markdown-to-html
Reversemarkdown Net
ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
Stars: ✭ 116 (-95.74%)
Mutual labels:  markdown, markdown-to-html
Easy Pandoc Templates
A collection of portable pandoc templates with no dependencies
Stars: ✭ 23 (-99.16%)
Mutual labels:  markdown, markdown-to-html
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (-44.62%)
Mutual labels:  markdown, markdown-to-html
Proton
A stand-alone application to quickly preview and edit Markdown files using Electron.
Stars: ✭ 140 (-94.86%)
Mutual labels:  markdown, markdown-parser
Gopdf
pdf document generation library
Stars: ✭ 63 (-97.69%)
Mutual labels:  markdown, markdown-parser
Metalsmith
An extremely simple, pluggable static site generator.
Stars: ✭ 7,692 (+182.28%)
Mutual labels:  markdown, markdown-to-html
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (-97.21%)
Mutual labels:  markdown, markdown-parser
Markdown Latex
A markdown parser for converting markdown to LaTeX written in PHP.
Stars: ✭ 40 (-98.53%)
Mutual labels:  markdown, markdown-parser
Lowdown
simple markdown translator
Stars: ✭ 153 (-94.39%)
Mutual labels:  markdown, markdown-to-html
Markdown It Py
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!
Stars: ✭ 156 (-94.28%)
Mutual labels:  markdown, markdown-parser
Showdown
A bidirectional Markdown to HTML to Markdown converter written in Javascript
Stars: ✭ 12,137 (+345.39%)
Mutual labels:  markdown, markdown-parser
Westwind.aspnetcore.markdown
An ASP.NET Core Markdown support library that provides Markdown parsing, a Markdown TagHelper and Markdown Page Handler Middleware
Stars: ✭ 148 (-94.57%)
Mutual labels:  markdown, markdown-parser

Python-Markdown

Build Status Coverage Status Latest Version Python Versions BSD License Code of Conduct

This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues. See Features for information on what exactly is supported and what is not. Additional features are supported by the Available Extensions.

Documentation

pip install markdown
import markdown
html = markdown.markdown(your_text_string)

For more advanced installation and usage documentation, see the docs/ directory of the distribution or the project website at https://Python-Markdown.github.io/.

See the change log at https://Python-Markdown.github.io/change_log.

Support

You may report bugs, ask for help, and discuss various other issues on the bug tracker.

Code of Conduct

Everyone interacting in the Python-Markdown project's codebases, issue trackers, and mailing lists is expected to follow the Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].