我知道在 Github 上使用 Markdown,一对 ``` 构建了多个代码块。我的问题是,如何在该代码块中使单词变为斜体?
我想要的只是代码块内的斜体字。除了三重反引号```之外的任何功能都是受欢迎的。
为了看起来像这样...
<div class="footer">
© 2004 Foo Corporation
</div>
italicRun Code Online (Sandbox Code Playgroud)
构建您自己的代码块
<pre><code><div class="footer">
&copy; 2004 Foo Corporation
</div>
<i>italic</i></code></pre>