pandoc/test/command/8011.md
John MacFarlane 813f3d5dd4 Shared.taskListItemToAscii: handle asciidoctor's characters.
Asciidoctor uses different unicode characters for task
lists; we should recognize them too and be able to convert
them to ascii task lists in formats like gfm.

Closes #8011.
2022-04-08 18:20:56 -07:00

208 B

% pandoc -f docbook -t gfm
<itemizedlist mark="none">
<listitem>
<simpara>&#10063; a</simpara>
</listitem>
<listitem>
<simpara>&#10003; b</simpara>
</listitem>
</itemizedlist>
^D
-   [ ] a

-   [x] b