add md2html, md2tex to cmd helpers (#21295)

This commit is contained in:
ringabout
2023-01-24 20:33:13 +08:00
committed by GitHub
parent f5ec4fbde3
commit 36e489e69b

View File

@@ -4,8 +4,11 @@ Advanced commands:
//compileToOC, objc compile project to Objective C code
//js compile project to Javascript
//e run a Nimscript file
//md2html convert a Markdown file to HTML
use `--docCmd:skip` to skip compiling snippets
//rst2html convert a reStructuredText file to HTML
use `--docCmd:skip` to skip compiling snippets
//md2tex convert a Markdown file to LaTeX
//rst2tex convert a reStructuredText file to LaTeX
//doc2tex extract the documentation to a LaTeX file
//jsondoc extract the documentation to a json file