diff options
| author | John MacFarlane <[email protected]> | 2022-01-29 21:57:46 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-29 21:57:46 -0800 |
| commit | 148cf8a0648273d7f20fdbd7032e1daa08c3954c (patch) | |
| tree | 9ad8c3bd2d313c98cb81290772e899725f37b316 | |
| parent | 5e42189ddbcca5e18cfef1a2cb3dee85e6bd51fa (diff) | |
Document `--trace` option.
Closes #7873.
| -rw-r--r-- | MANUAL.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 7047bdf70..42941e204 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -701,6 +701,12 @@ header when requesting a document from a URL: space, and the period will not produce sentence-ending space in formats like LaTeX. The strings may not contain spaces. +`--trace` + +: Print diagnostic output tracing parser progress to stderr. + This option is intended for use by developers in diagnosing + performance issues. + [`pandocfilters`]: https://github.com/jgm/pandocfilters [PHP]: https://github.com/vinai/pandocfilters-php [perl]: https://metacpan.org/pod/Pandoc::Filter @@ -1722,6 +1728,10 @@ those in another file included with a `defaults:` entry. | --abbreviations abbrevs.txt | abbreviations: abbrevs.txt | | ``` | ``` | +----------------------------------+-----------------------------------+ +| ``` | ``` yaml | +| --trace | trace: true | +| ``` | ``` | ++----------------------------------+-----------------------------------+ Metadata values specified in a defaults file are parsed as literal string text, not Markdown. @@ -2031,10 +2041,6 @@ be added to `html-math-method:`. | command line | defaults file | +:=================================+:==================================+ | ``` | ``` yaml | -| --trace | trace: true | -| ``` | ``` | -+----------------------------------+-----------------------------------+ -| ``` | ``` yaml | | --dump-args | dump-args: true | | ``` | ``` | +----------------------------------+-----------------------------------+ |
