diff options
author | Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> | 2020-10-23 00:01:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 09:01:16 -0700 |
commit | 4bafdce39466f29e3aa53b423a7d4ba84db84cff (patch) | |
tree | 8bb7801897bf8c107ff0de8284c41518b637547e | |
parent | b87679391085c077ca0b1f5dcdc93e40ba1499c6 (diff) | |
download | pandoc-4bafdce39466f29e3aa53b423a7d4ba84db84cff.tar.gz |
improve explanation of "indent" variable (#6767)
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 2cf584003..78d20e784 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2364,7 +2364,7 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. ... `indent` -: uses document class settings for indentation (the default LaTeX template +: if true, pandoc will use document class settings for indentation (the default LaTeX template otherwise removes indentation and adds space between paragraphs) `linestretch` |