@@ -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.
72267226By default, pandoc's odt, docx and ICML output applies a predefined set of
72277227styles for blocks such as paragraphs and block quotes, and uses largely
72287228default 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.
72307230However, if you need to apply your own styles to blocks, or match a preexisting
72317231set of styles, pandoc allows you to define custom styles for blocks and text
72327232using `div`s and `span`s, respectively.
@@ -7253,7 +7253,7 @@ would style the two contained lines with the `Poetry` paragraph style.
72537253
72547254Styles will be defined in the output file as inheriting
72557255from 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) .
72577257If they are already defined, pandoc will not alter the definition.
72587258
72597259This feature allows for greatest customization in conjunction with
0 commit comments