diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-05 17:20:41 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-05 17:20:41 -0800 |
commit | f16e29ee2b81dcbe06d30365aa2b024cbeb88139 (patch) | |
tree | 054192e4650140ea0905db78bbab613e7e8bd83b | |
parent | 8c61fe8d6ab59716640e298a59737ff1eb1156ea (diff) | |
download | pandoc-f16e29ee2b81dcbe06d30365aa2b024cbeb88139.tar.gz |
MANUAL.txt: remove confusing cross-links for some extensions.
I think the text comment to look in the pandoc markdown section
is enough.
-rw-r--r-- | MANUAL.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index edc47dd6d..50df6edbb 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1921,13 +1921,13 @@ The following extensions (especially how they affect Markdown input/output) are also described in more detail in their respective sections of [Pandoc's Markdown]. -#### [Extension: `raw_html`] {#raw_html} +#### Extension: `raw_html` {#raw_html} When converting from HTML, parse elements to raw HTML which are not representable in pandoc's AST. By default, this is disabled for HTML input. -#### [Extension: `raw_tex`] {#raw_tex} +#### Extension: `raw_tex` {#raw_tex} Allows raw LaTeX, TeX, and ConTeXt to be included in a document. @@ -1941,7 +1941,7 @@ input formats output formats : `textile`, `commonmark` -#### [Extension: `native_divs`] {#native_divs} +#### Extension: `native_divs` {#native_divs} This extension is enabled by default for HTML input. This means that `div`s are parsed to pandoc native elements. (Alternatively, you @@ -1952,7 +1952,7 @@ When converting HTML to Markdown, for example, you may want to drop all pandoc -f html-native_divs-native_spans -t markdown -#### [Extension: `native_spans`] {#native_spans} +#### Extension: `native_spans` {#native_spans} Analogous to `native_divs` above. |