Thanks to visit codestin.com
Credit goes to github.com

Skip to content

asciidoc checklists #7798

@arcnmx

Description

@arcnmx

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 reader/writer support for a similar feature.

Pandoc version?

pandoc 2.14.0.3, NixOS

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions