markdown
Markdown processor
An opinionated Markdown parser with features like AST generation and custom directives
Convert Markdown (with wings) to HTML or JSON
94 stars
4 watching
9 forks
Language: TypeScript
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
commenthol/markedpp | Automates document formatting and organization in markdown files | 32 |
denolib/marked | A TypeScript port of a popular markdown parser with type annotations for use in Deno applications. | 9 |
bmoliveira/markdownkit | A customizable Markdown parser for Swift that supports various elements and allows customization of font and color attributes. | 797 |
dflydev/dflydev-markdown | A stripped-down version of Michel Fortin's PHP Markdown library, updated to be PSR-0 friendly and Composer compatible. | 170 |
pragdave/earmark | A Markdown parser written in Elixir that can be used to process and transform Markdown text into various formats. | 874 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 110 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 1,002 |
smathot/academicmarkdown | A Python module for generating multiple file formats from Markdown source | 350 |
dprint/dprint-plugin-markdown | A plugin for formatting markdown code in a text editor or viewer | 30 |
pd4d10/bytemd | A lightweight, framework-agnostic Markdown editor with extensibility features and support for various rendering environments. | 829 |
yerkopalma/marli | A JavaScript library for rendering markdown template literals to HTML | 34 |
davidwells/markdown-magic | Automates markdown file formatting and updates using comment blocks and custom transforms. | 821 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
egoist/eme | A Markdown editor with features like focus mode, math typesetting, and export options. | 2,048 |
swiftstudies/smarkdown | A Swift implementation of Markdown syntax for processing and converting text | 69 |