您可以生成两个代码块:一个用于表示,另一个用于隐藏,用于执行。
markdown代码块显示行号 #5 beautiful-boyyy opened this issue May 5, 2023· 3 comments Comments beautiful-boyyy commented May 5, 2023 请问如何在markdown代码块中显示行号 Owner KuangPF commented May 8, 2023 dumi 官方不支持该特性,所以当前版本还展示不了行号。后续该插件迭代时考虑增加一个显示...
如题solo 的 Markdown 编辑发表出去后,代码块内如何能显示行号呢? func (this *CustomerService) Delete(index int) bool { index = this.FindById(index) if index == -1 { return false } this.customers = append(this.customers[:index], this.customers[index+1:]...) return true } 612 x...
代码高亮的前端渲染引擎用的是什么?如果用的是highlight.js,它是不支持显示行号的