dongfg

Results 1 comments of dongfg

也遇到这个问题了,看了下是md里 *```shell* 这个写法的问题,自己本地替换下就可以了 ```bash find docs -type f -name *.md | xargs sed -i '' -e $'s/\`\`\`shell/\`\`\`bash/g' ```