2018-12-19 14:09:39 +08:00

17 lines
344 B
Plaintext

## comment
#TODO
## FIXME
# XXX
----------------------------------------------------
[
["comment", [ "## comment"]],
["comment", [ "#", ["italic", "TODO"]]],
["comment", [ "## ", ["italic", "FIXME"]]],
["comment", [ "# ", ["italic", "XXX"]]]
]
----------------------------------------------------
Checks for the highlighting of comments