goldmark
Markdown parser
A Markdown parser written in Go with standards-compliance and extensibility features.
A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
4k stars
33 watching
256 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
commonmarkgogolangmarkdown
Related projects:
Repository | Description | Stars |
---|---|---|
markdown-it/markdown-it | A fast and customizable Markdown parser with extensive support for syntax extensions and plugins. | 18,310 |
russross/blackfriday | A markdown processor implemented in Go, supporting common extensions and fast utf-8 input processing. | 5,452 |
thephpleague/commonmark | A PHP library that parses Markdown text into HTML | 2,747 |
yuin/goldmark-meta | An extension for a Markdown parser that allows defining document metadata in YAML format. | 76 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,416 |
abhinav/goldmark-mermaid | An extension for the goldmark Markdown parser to support Mermaid diagrams. | 42 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,703 |
abhinav/goldmark-toc | An add-on for goldmark Markdown parser to generate tables of contents | 14 |
sublimetext-markdown/markdownediting | A Markdown editor plugin for Sublime Text with advanced features and syntax understanding. | 3,190 |
pungyeon/clean-go-article | A resource for writing clean and maintainable Go code | 2,957 |
xoofx/markdig | A fast, extensible Markdown processor for .NET with support for various Markdown flavors and features. | 4,390 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
gourmet/common-mark | Adds support for the CommonMark markup language to CakePHP 3. | 10 |
simonwaldherr/micromarkdowngo | Converts Markdown text to HTML output using Go | 5 |
shurcool/github_flavored_markdown | A Go package that renders GitHub Flavored Markdown with fenced code blocks and clickable headers. | 160 |