Markdown的注释
中文网络真的不行, 这玩意必须英文搜索, 英文也无解…
一般推荐:
<!-- 注释写在这里 -->
或者使用链接写法
[](注释写在这里)
[//]: <> (This is also a comment.)
[//]: # (井号比尖括号好, 因为他是合法的链接目标)
[//]: # "Comment"
[whatever]::
[whatever]:whatever
[whatever]: :
[whatever]: whatever
jekyll写法
有人说这样也可以
> todo - 直接用引用块写法
: todo 冒号注释
; todo 分号注释
yaml block写法
此处没有使用反引号引领, 而是使用波浪号引领
# This is a
# multiline
# comment
...
inline 写法
`here's a comment`{=comment}
vscode
<span hidden> Some texts </span>