parsedown
Markdown converter
A PHP library that converts Markdown text into HTML
Better Markdown Parser in PHP
15k stars
213 watching
1k forks
Language: PHP
last commit: about 2 months ago
Linked from 5 awesome lists
markdownmarkdown-parserparserphp
Related projects:
Repository | Description | Stars |
---|---|---|
michelf/php-markdown | Converts plain text to HTML using Markdown syntax and PHP implementation | 3,431 |
thephpleague/commonmark | A PHP library that parses Markdown text into HTML | 2,764 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,697 |
ezyang/htmlpurifier | An HTML filtering solution that ensures documents from untrusted sources are standards compliant and safe from XSS attacks. | 3,106 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 1,002 |
developit/snarkdown | A lightweight JavaScript Markdown parser with minimal features. | 2,301 |
markedjs/marked | A markdown parser and compiler built to process markdown text into HTML quickly and efficiently. | 33,416 |
nikic/php-parser | A PHP code parsing and analysis library providing an abstract syntax tree (AST) representation of the parsed code | 17,094 |
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,476 |
apostrophecms/sanitize-html | A JavaScript library for cleaning up and sanitizing user-submitted HTML, removing unwanted content while preserving whitelisted elements and attributes. | 3,867 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,778 |
remarkjs/react-markdown | A React component for rendering markdown safely and efficiently in web applications | 13,359 |
trentm/python-markdown2 | A Python implementation of Markdown syntax conversion to HTML | 2,681 |
jhy/jsoup | A Java library for parsing and manipulating HTML, XML, and CSS | 10,985 |
thephpleague/html-to-markdown | Converts HTML to Markdown with PHP | 1,778 |