marked
Markdown processor
A markdown parser and compiler built to process markdown text into HTML quickly and efficiently.
A markdown parser and compiler. Built for speed.
33k stars
388 watching
3k forks
Language: JavaScript
last commit: 1 day ago
Linked from 2 awesome lists
commonmarkcompilergfmhacktoberfestmarkdownparser
Related projects:
Repository | Description | Stars |
---|---|---|
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,476 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,697 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,764 |
xoofx/markdig | A fast, extensible Markdown processor for .NET with support for various Markdown flavors and features. | 4,468 |
davidanson/markdownlint | Analyzes Markdown and CommonMark files for consistency and formatting errors | 4,868 |
developit/snarkdown | A lightweight JavaScript Markdown parser with minimal features. | 2,301 |
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 |
python-markdown/markdown | Converts plain text to HTML using Markdown syntax | 3,821 |
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 |
mixmark-io/turndown | Converts HTML into Markdown using JavaScript | 8,995 |
highlightjs/highlight.js | A JavaScript library for syntax highlighting and automatic language detection. | 23,829 |
erusev/parsedown | A PHP library that converts Markdown text into HTML | 14,820 |
denolib/marked | A TypeScript port of a popular markdown parser with type annotations for use in Deno applications. | 9 |
jaywcjlove/markdown-to-html-cli | A command line tool that converts markdown text to HTML | 60 |