Replies: 2 comments 1 reply
-
Relevant code is lines 715-717 of T.P.Writers.Markdown The reason we use three spaces is to preserve alignment in lists that have double-digit numbers. (Say you have a list from 1 to 20; it looks bad if the items suddenly shift their indentation starting with 10.) A better approach, perhaps, would be to calculate the width of the largest marker that will be needed for the list, and use that instead of 3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Feel free to submit an issue requesting this if you like. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In 0fe6254 extra spaces in unordered lists were removed. Should they be also removed in ordered lists, for consistency?
Current Behavior (Pandoc 3.8)
Suggested Behavior
Beta Was this translation helpful? Give feedback.
All reactions