commonmark
Here are 247 public repositories matching this topic...
asciidoc checklists
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOF
produces:
* ☐ a
* ☒ b
instead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Mar 26, 2022 - HTML
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 27, 2022 - C#
-
Updated
Mar 28, 2022 - PHP
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Mar 26, 2022 - Go
-
Updated
Feb 18, 2022 - Java
-
Updated
Mar 2, 2022 - PHP
Hello, thanks for your wonderful work and others'.
I want to enable org-hugo-auto-export-mode
, however it isn't included with the v0.8(the latest version on MELPA stable).
Later I found that I can install from MELPA
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).
-
Updated
Oct 26, 2021
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Jan 14, 2022 - C
-
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
DefinitelyTyped
definitions also mark this incorrectly as being supported still.A workaround is importing one of the structur