Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust markdownlint configuration to enforce 4-space indentation for …
…proper mkdocs rendering (#345) At the moment, unordered list items are not rendered properly on our index page. This is because the pre-commit hook `markdownlint` was adjusting the indentation from 4 spaces to 2 spaces for unordered list items. However, apparently `mkdocs` is failing to understand indentations with 2 spaces and is rendering nested items at the same level as parent items. With this PR, I am setting the indentation to 4 for the markdownlint hook to allow proper rendering of unordered list items with mkdocs. You can check the before and after images to verify the indentation getting fixed with this PR. ## Before <img width="647" alt="Screenshot 2025-01-07 at 4 04 17 PM" src="https://github.com/user-attachments/assets/48fc20a8-7641-4120-81af-3abb0d8f3393" /> ## After <img width="673" alt="Screenshot 2025-01-07 at 4 04 56 PM" src="https://github.com/user-attachments/assets/76c8066f-5710-4828-83c8-330cacae2055" />
- Loading branch information