gpt4 book ai didi

markdown - 代码块后继续枚举?

转载 作者:行者123 更新时间:2023-12-03 09:21:17 25 4
gpt4 key购买 nike

我有一个 Markdown 枚举:

  1. sdsdf
  2. sdfsdf


一些代码
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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com