ccozens / learning_blog

Svelte learning blog
https://learning-blog-teal.vercel.app
0 stars 0 forks source link

markdown linting #33

Closed ccozens closed 1 year ago

ccozens commented 1 year ago

I want to ensure consistent markdown formatting to reduce the chances of issues rendering md files. So, given I'm already using an mdsvex remark plugin, remark-lint looks good. From a quick skim, options I might include are:

There may be overlap here. The main one is the frontmatter schema. Code language also a big bonus.

ccozens commented 1 year ago

added prettier instead