Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

某些时候,有序列表标号展示有问题 #50

Open
eryajf opened this issue Apr 1, 2023 · 0 comments
Open

某些时候,有序列表标号展示有问题 #50

eryajf opened this issue Apr 1, 2023 · 0 comments

Comments

@eryajf
Copy link

eryajf commented Apr 1, 2023

如下图:

image

这段内容为:


1. aaa

   ```
   cat << EOF >  install-docker.sh
   #!/bin/sh
   
   # 安装docker
   curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
   
   wget -q https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-linux-x86_64 -O /usr/bin/docker-compose
   chmod +x /usr/bin/docker-compose
   EOF
   ```

2. bbb

3. ccc

初步猜测跟1下边那段代码片段有关,去掉代码片段,这个问题就消失了,添加了代码片段,就没办法显示完全

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant