WhatsApp / erlfmt

An automated code formatter for Erlang
Apache License 2.0
412 stars 52 forks source link

Fix markdown issues raised by markdownlint #344

Open kianmeng opened 2 years ago

kianmeng commented 2 years ago

Ran against this command:

markdownlint *.md doc/*.md --disable MD013 MD034 MD010 MD051 MD024 MD029

See a detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md

awalterschulze commented 2 years ago

I would keep the $s everywhere, but otherwise I would accept.

If @michalmuskala thinks removing the $s are fine, then I don't object to merging.

kianmeng commented 4 months ago

@michalmuskala Any updates on this PR?