mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
563 B
563 B
md040-language_only.md
Fence code block information with leading whitespace:
<h1>markdownlint</h1> {MD040:5}
Fence code block information with trailing whitespace:
body {} {MD040:11} {MD009:11}
Fence code block information with extra data:
<title>MarkdownLint</title> {MD040:17}
Fence code block information without whitespaces and extra data:
a {}