#
commonmark
Here are 183 public repositories matching this topic...
-
Updated
Aug 28, 2020 - JavaScript
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
-
Updated
Aug 21, 2020 - JavaScript
The open source embeddable online markdown editor (component).
javascript
editor
jquery
markdown
gfm
documentation
markdown-editor
marked
codemirror
commonmark
toc
katex
flowchart
markdown-writer
sequence-diagram
-
Updated
Jun 30, 2020 - JavaScript
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
nodejs
javascript
syntax-highlighting
markdown
gfm
parser
node
parse
markdown-parser
commonmark
compile
md
markdown-it
jonschlinkert
docusaurus
-
Updated
May 25, 2020 - JavaScript
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
markdown
gfm
csharp
dotnet
dotnetcore
markdown-parser
commonmark
markdown-to-html
markdown-flavors
markdown-processor
commonmark-parsing
-
Updated
Aug 28, 2020 - C#
A Node.js style checker and lint tool for Markdown/CommonMark files.
-
Updated
Aug 26, 2020 - JavaScript
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
-
Updated
Aug 31, 2020 - PHP
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.
java
markdown
html-to-markdown
markdown-parser
commonmark
markdown-to-html
markdown-flavors
markdown-processor
pegdown
markdown-to-pdf
markdown-conversion
-
Updated
Jun 5, 2020 - Java
Self-rendering Markdown + LaTeX documents
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Aug 26, 2020 - Go
It's time for your markup to get down! HTML to markdown converter. Breakdance is a highly pluggable, flexible and easy to use.
html
markdown
gfm
converter
parse
markup
html-to-markdown
convert
marked
render
commonmark
compile
remarkable
to-markdown
markdown-it
turndown
-
Updated
Apr 1, 2020 - JavaScript
javascript
java
markdown
gfm
list
awesome
markdown-parser
collaboration
resources
commonmark
html-converter
awesome-list
markdown-converter
hackmd
john-gruber-markdown
-
Updated
Aug 5, 2020
makoConstruct
commented
Aug 28, 2020
It looks like it'll require adding another writer to the format_document process (to have entries written each time you encounter an anchor, separate to writing the body of the document).
Create NSAttributedStrings from Markdown Text
-
Updated
Apr 21, 2020 - Swift
the smallest commonmark-compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
-
Updated
Aug 20, 2020 - JavaScript
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
-
Updated
Aug 19, 2020 - C
-
Updated
Aug 29, 2020 - Go
CommonMark-compliant markdown parser and renderer in Go. This repository has moved to https://gitlab.com/golang-commonmark/markdown
-
Updated
Sep 10, 2018 - Go
Self-rendering Markdown content
-
Updated
Aug 7, 2019 - JavaScript
Create, parse, and render Markdown text according to the CommonMark specification
-
Updated
May 24, 2020 - Swift
Improve this page
Add a description, image, and links to the commonmark topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the commonmark topic, visit your repo's landing page and select "manage topics."
What pain point are you perceiving?.
I'm reviewing Marked documentation, attempting to create a custom setup where, it transforms new lines starting with 'notice: ' into a specifically formatted DIV. By my understanding I need to first add a custom named tokenizer and then a renderer based on it? Or am I going about this the wrong way?
Describe the solution you'd like
I'd like to ea