diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-04-08 20:52:02 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-04-08 20:52:37 -0700 |
| commit | 356ece29cb4ddd509c03973f2f72af39cc28c3da (patch) | |
| tree | 53a3ceb76ced2a62d0ff1717a2a7a27da223ce2b /test/command | |
| parent | 813f3d5dd483eb968ddfce310e95844d289d124b (diff) | |
Commonmark/markua/gfm writers: avoid excessive indentation...
on bullet lists. They are now nested by 2 spaces instead of 4.
See #8011.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8011.md | 4 | ||||
| -rw-r--r-- | test/command/gfm.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/command/8011.md b/test/command/8011.md index 0a79ed9e2..552ad2abc 100644 --- a/test/command/8011.md +++ b/test/command/8011.md @@ -9,7 +9,7 @@ </listitem> </itemizedlist> ^D -- [ ] a +- [ ] a -- [x] b +- [x] b ``` diff --git a/test/command/gfm.md b/test/command/gfm.md index 78736b2d6..12bd09094 100644 --- a/test/command/gfm.md +++ b/test/command/gfm.md @@ -217,6 +217,6 @@ hi - [ ] foo - [x] bar ^D -- [ ] foo -- [x] bar +- [ ] foo +- [x] bar ``` |
