Markdown注释和反斜线转义 语法
comment and backslash escapes
Hiding content with comments
We can hide content from the rendered Markdown by placing the content in an HTML comment.
<!-- This content will not appear in the rendered Markdown -->
Ignoring Markdown formatting
We can ignore (or escape) Markdown formatting by using \ before the Markdown character.
Let's rename \*our-new-project\* to \*our-old-project\*.

For more information, see Daring Fireball’s “backslash escapes - Markdown Syntax.”

本文介绍了如何使用Markdown进行内容隐藏,通过HTML注释来排除部分内容不被渲染。同时,讲解了如何使用反斜线来忽略Markdown格式化,避免特殊字符被解析。详细参考Daring Fireball的Markdown语法和GitHub Docs的相关指南。
1万+

被折叠的 条评论
为什么被折叠?



