我知道使用Markdown在Github上,一对```构建了多个代码块。我的问题是,如何在此代码块中使单词变为斜体?
我想要的只是代码块内的斜体字。除了三引号```外,其他任何功能均受欢迎。
答案 0 :(得分:1)
看起来像这样...
<div class="footer">
© 2004 Foo Corporation
</div>
italic
构建自己的代码块
<pre><code><div class="footer">
&copy; 2004 Foo Corporation
</div>
<i>italic</i></code></pre>
答案 1 :(得分:1)
如果要避免使用多个代码块,请尝试粗体和斜体Unicode字符。在不包含格式化工具的环境中,它们特别有用。
示例:
normal text
为避免繁琐的复制粘贴,use a text generator like this。