aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-21 20:40:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-21 20:42:46 -0800
commit847ff4f83dac7eb3859fdbc1390ee69f12398557 (patch)
tree0895df1b94d92603353e07763e495416854bd11a /MANUAL.txt
parent11810edb2f51fa54af4d5a9a4b3e57a189077919 (diff)
downloadpandoc-847ff4f83dac7eb3859fdbc1390ee69f12398557.tar.gz
Mention `raw_attribute` in documentation for `raw_html` and `raw_tex`.
Thanks to @eiro. Closes #5240.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 8954957d2..65791f93b 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3406,6 +3406,9 @@ The raw HTML is passed through unchanged in HTML, S5, Slidy, Slideous,
DZSlides, EPUB, Markdown, CommonMark, Emacs Org mode, and Textile
output, and suppressed in other formats.
+For a more explicit way of including raw HTML in a Markdown
+document, see the [`raw_attribute` extension][Extension: `raw_attribute`].
+
In the CommonMark format, if `raw_html` is enabled, superscripts,
subscripts, strikeouts and small capitals will be represented as HTML.
Otherwise, plain-text fallbacks will be used. Note that even if
@@ -3485,6 +3488,10 @@ Note that in LaTeX environments, like
the material between the begin and end tags will be interpreted as raw
LaTeX, not as Markdown.
+For a more explicit and flexible way of including raw TeX in a
+Markdown document, see the [`raw_attribute`
+extension][Extension: `raw_attribute`].
+
Inline LaTeX is ignored in output formats other than Markdown, LaTeX,
Emacs Org mode, and ConTeXt.