Open de-code opened 5 years ago
Intriguing. PyCharm has markdown linting also but does not show any errors. What are the linting errors you are seeing?
I believe it's using the same linter or rules I added here: https://github.com/libero/content-store-python/blob/master/check-markdown.sh
Most of them are spaces around things. Like headings and lists. And the code blocks should have a language specified (e.g. bash
).
BTW personally I prefer using #
e.g. to mark headings, as it saves me from trying to line up the =
. But that's not a linting error, just a preference.
@de-code I've updated the read me to use # for headings and added the prompt type to triple quote command sections.
Regarding linting the README.md
I would like other peoples input before added this.
Just to keep track of it (Visual Studio Code has it enabled by default and the README gets decorated with a few squiggly lines)