Skip to content

Commit a6427fc

Browse files
committed
MANUAL: fixed links to option--reference-doc.
1 parent a0ba712 commit a6427fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANUAL.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ header when requesting a document from a URL:
10241024
limited degree LaTeX (which uses standard commands for accented
10251025
characters when possible).
10261026

1027-
`--reference-links[=true|false]`
1027+
[`--reference-links[=true|false]`]{#option--reference-doc}
10281028

10291029
: Use reference-style links, rather than inline links, in writing Markdown
10301030
or reStructuredText. By default inline links are used. The
@@ -7226,7 +7226,7 @@ Custom styles can be used in the docx, odt and ICML formats.
72267226
By default, pandoc's odt, docx and ICML output applies a predefined set of
72277227
styles for blocks such as paragraphs and block quotes, and uses largely
72287228
default formatting (italics, bold) for inlines. This will work for most
7229-
purposes, especially alongside a [reference doc]{#option--reference-doc} file.
7229+
purposes, especially alongside a [reference doc](#option--reference-doc) file.
72307230
However, if you need to apply your own styles to blocks, or match a preexisting
72317231
set of styles, pandoc allows you to define custom styles for blocks and text
72327232
using `div`s and `span`s, respectively.
@@ -7253,7 +7253,7 @@ would style the two contained lines with the `Poetry` paragraph style.
72537253

72547254
Styles will be defined in the output file as inheriting
72557255
from normal text (docx) or Default Paragraph Style (odt), if the
7256-
styles are not yet in your [reference doc]{#option--reference-doc}.
7256+
styles are not yet in your [reference doc](#option--reference-doc).
72577257
If they are already defined, pandoc will not alter the definition.
72587258

72597259
This feature allows for greatest customization in conjunction with

0 commit comments

Comments
 (0)