mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-28 02:18:31 +07:00
The result is exactly equivalent, just different syntax -- one that doesn't look weird in vanilla Markdown parsers such as on GitHub. The output HTML before/after is equivalent , other than adding `<p class="admonition-title">Block</p>` in two cases, which I hid with CSS. This also contributes to fixing the currently-present markdownlint MD053 violations, as it can't scan inside admonitions. Add 'markdown-callouts' to dependencies and bump Markdown dep.