You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown files in the repo do not seem to follow linting guidelines (pre-commit-config.yml actually excludes *.md files) and this is how it looks on my VSCode editor.
Since the project is hosted on Github, it would make sense to follow the Github flavoured markdown syntax for markdown files.
Markdown files in the repo do not seem to follow linting guidelines (
pre-commit-config.yml
actually excludes*.md
files) and this is how it looks on my VSCode editor.Since the project is hosted on Github, it would make sense to follow the Github flavoured markdown syntax for markdown files.
This is a low hanging fruit & a fix can be automated by using a tool like https://mdformat.rtfd.io/
#695 is an attempt to address this.
The text was updated successfully, but these errors were encountered: