diff options
| author | Albert Krewinkel <[email protected]> | 2024-06-08 14:48:15 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-06-08 14:48:15 +0200 |
| commit | c290ffbaff418f156507aa22e98a25bf362ebd8d (patch) | |
| tree | d106fc2af5ec83fb8508c66cca2c747f46e52c7c | |
| parent | 6a88abae3d8ceb4463da423e934cc03e6e5ce5fa (diff) | |
Fix misplaced span.
| -rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 045a2f068..34cb0affe 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1024,7 +1024,7 @@ header when requesting a document from a URL: limited degree LaTeX (which uses standard commands for accented characters when possible). -[`--reference-links[=true|false]`]{#option--reference-doc} +`--reference-links[=true|false]` : Use reference-style links, rather than inline links, in writing Markdown or reStructuredText. By default inline links are used. The @@ -1158,7 +1158,7 @@ header when requesting a document from a URL: user data directory (see `--data-dir`). If it is not found there, sensible defaults will be used. -`--reference-doc=`*FILE*|*URL* +[`--reference-doc=`*FILE*|*URL*]{#option--reference-doc} : Use the specified file as a style reference in producing a docx or ODT file. |
