civictechindex / brigade-project-index

Brigade Project Index
https://brigade.cloud/
12 stars 19 forks source link

chore(vscode): match markdown lint to mkdocs behavior #52

Closed themightychris closed 3 years ago

themightychris commented 3 years ago

mkdocs works best when 4 space indentation is used consistently for lists, as ambiguous cases can arise when embedding advanced content within lists or nested lists that result in things not getting rendered correctly. You'll commonly encounter this when having code blocks or admonitions within list bullets.

See this rats nest for example

This PR configures VSCode's markdown linter