mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
59 lines
723 B
Markdown
59 lines
723 B
Markdown
# HTML Comments
|
|
|
|
## Block Comments
|
|
|
|
<https://spec.commonmark.org/0.29/#html-blocks>
|
|
|
|
<!-- *comment * -->
|
|
|
|
<!-- *comment * -->text
|
|
|
|
<!-- *comment * -->
|
|
|
|
<!-- *code * -->
|
|
|
|
<!-- *comment *
|
|
*comment * -->
|
|
|
|
<!-- *comment *
|
|
*comment *
|
|
*comment * -->
|
|
|
|
<!--> *text * -->
|
|
|
|
<!---> *text * -->
|
|
|
|
<!-- *comment * --->
|
|
|
|
<!-- -- *comment * -->
|
|
|
|
<!-- *comment * -- -->
|
|
|
|
## Inline Comments
|
|
|
|
<https://spec.commonmark.org/0.29/#html-comment>
|
|
|
|
t<!-- *comment * -->
|
|
|
|
t<!-- *comment * -->text
|
|
|
|
t<!-- *comment * -->
|
|
|
|
t<!-- *code * -->
|
|
|
|
t<!-- *comment *
|
|
*comment * -->
|
|
|
|
t<!-- *comment *
|
|
*comment *
|
|
*comment * -->
|
|
|
|
t<!--> *{MD037} * -->
|
|
|
|
t<!---> *{MD037} * -->
|
|
|
|
t<!-- *comment * --->
|
|
|
|
t<!-- -- *comment * -->
|
|
|
|
t<!-- *comment * -- -->
|