代码可以注释,不要的代码可以先 comment out 。 写 Markdown 呢?一篇文章写出来,总是有点草稿的,每次都忍痛割爱删掉,可能下次还要再敲一遍。 所以我一般都写到某个特定的 class 的 div 里,再用 CSS 把它们隐藏。
可惜这种方法既不优雅也不通用。
刚搜了一下:syntax - Comments in Markdown - Stack Overflow。
你可以用下面这些:
[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)
我决定以后用:
[^_^]:
commentted-out contents
should be shift to right by four spaces (vim :`>>`).
亲测可用( Pandoc 、 GitHub 、简书、作业部落)。
如果你想测试一下你的 Markdown 能不能这么用,这是一点测试的文字:
a
[^_^]:
b
c
d
显示的 a c d 应当间隔一样长。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.