aboutsummaryrefslogtreecommitdiff
path: root/test/command/tasklist.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-02-12 09:41:20 -0800
committerJohn MacFarlane <[email protected]>2025-02-12 09:41:20 -0800
commit0fe62545358a373e4e22fa2421dd51dcc4400123 (patch)
tree8437f587bb390193eb72786616c69ada343895f8 /test/command/tasklist.md
parent1a8db18d6a2b7d649c3d3a22da1f8e289f6b1ddb (diff)
Markdown writer: omit extra space after bullets.
We used to insert extra spaces to ensure that the content respected the four-space rule. That is not really necessary now, since pandoc's markdown and most markdowns don't follow the four-space rule. Those who want the old behavior can obtain it by using `-t markdown+four_space_rule`. Closes #7172.
Diffstat (limited to 'test/command/tasklist.md')
-rw-r--r--test/command/tasklist.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/tasklist.md b/test/command/tasklist.md
index 9aaa0a8aa..177845aac 100644
--- a/test/command/tasklist.md
+++ b/test/command/tasklist.md
@@ -100,6 +100,6 @@ round trip:
- [ ] foo
- [x] bar
^D
-- [ ] foo
-- [x] bar
+- [ ] foo
+- [x] bar
``` \ No newline at end of file