Github上的Markdown:如何在代码块中进行斜体显示(三行反引号)

时间:2018-07-24 14:52:11

标签: github markdown

我知道使用Markdown在Github上,一对```构建了多个代码块。我的问题是,如何在此代码块中使单词变为斜体?

我想要的只是代码块内的斜体字。除了三引号```外,其他任何功能均受欢迎。

2 个答案:

答案 0 :(得分:1)

看起来像这样...

<div class="footer">
    &copy; 2004 Foo Corporation
</div>
italic

构建自己的代码块

<pre><code>&lt;div class="footer"&gt; &amp;copy; 2004 Foo Corporation &lt;/div&gt; <i>italic</i></code></pre>

Example of block with italics

答案 1 :(得分:1)

如果要避免使用多个代码块,请尝试粗体和斜体Unicode字符。在不包含格式化工具的环境中,它们特别有用。

示例:

normal text  

为避免繁琐的复制粘贴,use a text generator like this