From 356ece29cb4ddd509c03973f2f72af39cc28c3da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 8 Apr 2022 20:52:02 -0700 Subject: Commonmark/markua/gfm writers: avoid excessive indentation... on bullet lists. They are now nested by 2 spaces instead of 4. See #8011. --- test/command/8011.md | 4 ++-- test/command/gfm.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/command') 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 @@ ^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 ``` -- cgit v1.2.3