-
Notifications
You must be signed in to change notification settings - Fork 2
Numbered list with code block, should code block be 4 space deep? #6
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
Comments
I'm assuming that prettier is making the change after verifying the mdformat behavior: I added a test case to show that mdformat-mkdocs/tests/fixtures-semantic-indent.md Lines 188 to 210 in b062647
and I have a test for running mdformat-mkdocs/.pre-commit-test.yaml Lines 13 to 19 in abdb05d
|
I'm going to go ahead and close since there isn't anything I can do from here. Feel free to reopen if there is new information and/or open an issue with |
Thank you! |
Similar issue to #4, now with code blocks in numbered lists:
Item 1
with a semantic line feed
Item 2
Item 3
I have
prettier
(.prettierrc.toml
:tabWidth = 4
) andmdformat
, together inpre-commit
:Disclaimer: this may not be something
mdformat-mkdocs
solves.I am wondering, should
mdformat-mkdocs
have been spacing the code block to 4-spaces?Seems like (non-MkDocs) Markdown renderer is the same for both 3-spaces or 4-spaces.
The text was updated successfully, but these errors were encountered: