#
commonmark
Here are 248 public repositories matching this topic...
Open
asciidoc checklists
5
arcnmx
commented
Jan 3, 2022
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOFproduces:
* ☐ a
* ☒ binstead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Apr 6, 2022 - TypeScript
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
-
Updated
Apr 8, 2022 - 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
Mar 9, 2022 - JavaScript
-
Updated
Apr 9, 2022 - HTML
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
Feb 20, 2022 - JavaScript
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
-
Updated
Apr 1, 2022 - JavaScript
A Node.js style checker and lint tool for Markdown/CommonMark files.
-
Updated
Apr 11, 2022 - 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
Apr 10, 2022 - C#
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
-
Updated
Apr 11, 2022 - PHP
Self-rendering Markdown + LaTeX documents
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Go
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
Mar 29, 2022 - Java
Convert HTML to Markdown with PHP
-
Updated
Mar 2, 2022 - PHP
A carefully crafted Org exporter back-end for Hugo
blog
markdown
static-site-generator
emacs
hugo
exporter
emacs-lisp
elisp
commonmark
blackfriday
org-mode
org
goldmark
-
Updated
Apr 11, 2022 - Emacs Lisp
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).
javascript
java
markdown
gfm
list
awesome
markdown-parser
collaboration
resources
commonmark
html-converter
awesome-list
markdown-converter
hackmd
john-gruber-markdown
-
Updated
Oct 26, 2021
Self-rendering and distributable mathematics chalkboards
-
Updated
Feb 6, 2022 - JavaScript
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
Oct 1, 2021 - JavaScript
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
-
Updated
Jan 14, 2022 - C
Create NSAttributedStrings from Markdown Text
-
Updated
Aug 4, 2021 - 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."
Marked version:
3.x.x
Describe the bug
A clear and concise description of what the bug is.
Right now,
import {use} from "markedjs"does not work, this worked in 2.x.x.To Reproduce
Steps to reproduce the behavior:
Install & import it.
The
DefinitelyTypeddefinitions also mark this incorrectly as being supported still.A workaround is importing one of the structur