diff options
| -rw-r--r-- | MANUAL.txt | 2 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 54de34f6f..30cb664e9 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4828,7 +4828,7 @@ If the file begins with a title block it will be parsed as bibliographic information, not regular text. (It will be used, for example, in the title of standalone LaTeX or HTML -output.) The block may contain just a title, a title and an author, +output.) The block may contain just a title, a date and an author, or all three elements. If you want to include an author but no title, or a title and a date but no author, you need a blank line: diff --git a/pandoc-cli/man/pandoc.1 b/pandoc-cli/man/pandoc.1 index 175617c6d..b6e6426dc 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -4877,7 +4877,7 @@ If the file begins with a title block it will be parsed as bibliographic information, not regular text. (It will be used, for example, in the title of standalone LaTeX or HTML output.) -The block may contain just a title, a title and an author, or all three +The block may contain just a title, a date and an author, or all three elements. If you want to include an author but no title, or a title and a date but no author, you need a blank line: |
