Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Option to pad the whole list #95

Open
Frederick888 opened this issue Mar 28, 2021 · 1 comment
Open

[Feature Request] Option to pad the whole list #95

Frederick888 opened this issue Mar 28, 2021 · 1 comment

Comments

@Frederick888
Copy link

For example, instead of

I. text
II. text
III. text
IV.  text
V.   text

...allow users to have

I.   text
II.  text
III. text
IV.  text
V.   text

I understand this doesn't make a difference in Markdown (doesn't hurt either tho), but it looks nice in code blocks and plain text files.

@avidseeker
Copy link

If the list items are numeric, it's better to pad with zero than to add unnecessary space. #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants