diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-01-24 20:33:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 13:33:13 +0100 |
commit | 36e489e69b08ac6a34dfd5c22abc3873c7d86838 (patch) | |
tree | cab4c1b570f37013cf59176f823748cdcf5281e0 | |
parent | f5ec4fbde3d8fb5250e2944d397448219e9053bc (diff) | |
download | Nim-36e489e69b08ac6a34dfd5c22abc3873c7d86838.tar.gz |
add `md2html`, `md2tex` to cmd helpers (#21295)
-rw-r--r-- | doc/advopt.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index efff428e8..122a7c6ea 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -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 |