Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 .md 文件中为如下文本添加一些背景颜色。我怎样才能做到这一点?
就像这是给你的一些随机文本。就像这是给你的一些随机文本。就像这是给你的一些随机文本。就像这是给你的一些随机文本。
我相信反引号在编译时会产生一个内联<code>(或<pre>可能)标签。然后只需设置该特定标签的样式。
<code>
<pre>