A few common Markdown mistakes
March 7, 2024 ยท View on GitHub
The following snippets show some common Markdown mistakes.
Click the Raw button to see the source text and understand the author's intent.
GitHub's parser handles some of these cases; other parsers do not.
To catch these problems automatically:
- markdownlint for Ruby, includes CLI
- markdownlint library for Node.js, interactive web demo
- markdownlint-cli command-line interface for Node.js
- markdownlint-cli2 command-line interface for Node.js
- markdownlint-cli2-action Action for GitHub
- vscode-markdownlint extension for Visual Studio Code