aboutsummaryrefslogtreecommitdiff
path: root/test/command/5857.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/5857.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/5857.md')
-rw-r--r--test/command/5857.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/5857.md b/test/command/5857.md
index 31320cd12..5f15ce3d6 100644
--- a/test/command/5857.md
+++ b/test/command/5857.md
@@ -5,7 +5,7 @@
,[]
,[Plain [Str "b"]]]]
^D
-- a
--
-- b
+- a
+-
+- b
```