From 847ff4f83dac7eb3859fdbc1390ee69f12398557 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jan 2019 20:40:59 -0800 Subject: [PATCH] Mention `raw_attribute` in documentation for `raw_html` and `raw_tex`. Thanks to @eiro. Closes #5240. --- MANUAL.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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.