curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Use markdownlint instead of mdlint

Open unjust opened this issue 1 year ago • 0 comments

Devs not using linux/unix based OS have had problems with mdlint

Propose the use of https://github.com/DavidAnson/markdownlint/ which is more maintained.

  • Has VSC extension
  • node CLI https://github.com/DavidAnson/markdownlint/?tab=readme-ov-file#related

We can start with a basic config, install the node cli in the project, and run the gh action. Need to confirm with wiindows users that this works .https://github.com/DavidAnson/markdownlint/blob/v0.33.0/schema/.markdownlint.jsonc

unjust avatar Jan 15 '24 18:01 unjust