MarkDown 注释

2018-08-10  本文已影响0人  V0W

MarkDown 注释

注释语句

[comment]: <> (This is a comment, it will not be included) 
[comment]: <> (in the output file unless you use it in) 
[comment]: <> (a reference style link.) 

[//]: <> (This is also a comment.) 

[//]: # (This may be the most platform independent comment)

<!--comment will not be seen.-->

测试代码

a

[//]: b

[comment]: c

<!--d
-->
e


测试结果
a

e

想了解更多,你可以点击syntax - Comments in Markdown - Stack Overflow

上一篇下一篇

猜你喜欢

热点阅读