marked/test/specs/new/html_comments.md

56 lines
499 B
Markdown
Raw Normal View History

### Example 1
2018-01-27 04:45:04 +01:00
<!-- comment -->
### Example 2
2018-01-27 04:45:04 +01:00
<!---->
### Example 3
2018-01-27 04:45:04 +01:00
<!-- -->
### Example 4
2018-01-27 04:45:04 +01:00
<!-- - -->
### Example 5
2018-01-27 04:45:04 +01:00
<!-- -- -->
### Example 6
2018-01-27 04:45:04 +01:00
<!-- --->
### Example 7
2018-01-27 04:45:04 +01:00
<!----->
### Example 8
2018-01-27 04:45:04 +01:00
<!------>
### Example 9
2018-01-27 04:45:04 +01:00
<!-- My favorite operators are > and <!-->
### Example 10
2018-01-27 04:45:04 +01:00
<!-- multi
line
comment
-->
### Example 11
2018-01-27 04:45:04 +01:00
<!-- indented comment -->
<!-- too much indentation -->
### Example 12
2018-01-27 04:45:04 +01:00
<!--> not a comment -->
<!---> not a comment -->
<!-- <!-- not a comment? --> -->