356ece29cb
on bullet lists. They are now nested by 2 spaces instead of 4. See #8011.
15 lines
204 B
Markdown
15 lines
204 B
Markdown
```
|
|
% pandoc -f docbook -t gfm
|
|
<itemizedlist mark="none">
|
|
<listitem>
|
|
<simpara>❏ a</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>✓ b</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
^D
|
|
- [ ] a
|
|
|
|
- [x] b
|
|
```
|