Lihao

Results 5 comments of Lihao

Made a customized image using lua-filter. See [https://hub.docker.com/r/nightkeeper/doc-build](https://hub.docker.com/r/nightkeeper/doc-build)

@qiancai I found that some SQL fragments in markdown files are not well-organized, therefore prettifying is not possible for some formatter tools. Here are some suggestions, taking [this document](https://github.com/pingcap/docs-cn/blob/a6a631e91f5ade1ebd14e00ba88899ac2092901b/develop/dev-guide-unstable-result-set.md?plain=1#L18) for...

Plus, the user might not want to copy `mysql>` together with SQL sentences. Is there any possibility that `mysql>` or `MySQL [test]>` is rendered purely by typescript, rather than from...

@dveeden This is due to pandoc won't parse \...\ in a markdown file. Please refer to: [https://tex.stackexchange.com/questions/631243/how-to-render-html-tables-in-markdown-using-pandoc]() Newer version of pandoc supports custom lua filters, may be a remedy.

Meanwhile, I found \ in many markdown files, for example: [https://github.com/pingcap/docs/blob/0a0a21cf07e7b4f43b884e99f3665a3746dcb5f3/dm/dm-ddl-compatible.md?plain=1#L28]() \ and \ are not supported by markdown generator, nor originally does pandoc. But it is said that pandoc's...