作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 Markdown 枚举:
3.sdfsdf
一些代码
由于代码块的原因,3.
显示为 1。
如何在其中一个枚举步骤中插入代码块并让枚举计数器在计数器之后正确继续?
最佳答案
将代码块缩进四个额外空格,以表明它是前面列表项的一部分:
1. sdsdf
1. sdfsdf
function foo() {
// do something
}
1. sdfsdf
额外的四个空格are required to include the code block in the list item :
To put a code block within a list item, the code block needs to be indented twice - 8 spaces or two tabs:
* A list item with a code block:
<code goes here>
关于markdown - 代码块后继续枚举?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30244271/
我是一名优秀的程序员,十分优秀!