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

Update markdownlint configuration #26

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

froschdesign
Copy link
Member

The configuration for markdownlint has been updated to include setting the indentation of list item to 4 spaces ("MD007"). This is intended to ensure the correct formatting for markdown documents in MkDocs.

References:

The configuration for markdownlint has been updated to include setting the indentation of list item to 4 spaces ("MD007"). This is intended to ensure consistent formatting across the markdown documents.

https://github.com/DavidAnson/markdownlint/blob/main/doc/md007.md
Signed-off-by: Frank Brückner <[email protected]>
@Xerkus
Copy link
Member

Xerkus commented Mar 7, 2024

Same rule would need to be applied to order lists I assume

@Xerkus
Copy link
Member

Xerkus commented Mar 7, 2024

Nevermind. I see no such rule for ordered lists.

@Xerkus Xerkus merged commit 75f7c50 into laminas:2.0.x Mar 7, 2024
3 checks passed
@froschdesign froschdesign deleted the hotfix/list-indent branch March 7, 2024 23:17
@Xerkus
Copy link
Member

Xerkus commented Mar 7, 2024

Looks like this is actually dead code, actual config is at https://github.com/laminas/laminas-continuous-integration-action/tree/1.39.x/setup/markdownlint

@froschdesign
Copy link
Member Author

Looks like this is actually dead code…

🤦🏻‍♂️

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

Successfully merging this pull request may close these issues.

2 participants