Document Org mode as a format containing raw HTML

Raw HTML is kept when the output format is Emacs Org mode.
This commit is contained in:
Albert Krewinkel 2016-06-14 00:06:41 +02:00
parent 98b081b0db
commit 96516e4d8a

8
README
View file

@ -350,8 +350,8 @@ Reader options
: Parse untranslatable HTML codes and LaTeX environments as raw HTML : Parse untranslatable HTML codes and LaTeX environments as raw HTML
or LaTeX, instead of ignoring them. Affects only HTML and LaTeX or LaTeX, instead of ignoring them. Affects only HTML and LaTeX
input. Raw HTML can be printed in Markdown, reStructuredText, HTML, input. Raw HTML can be printed in Markdown, reStructuredText, Emacs Org
Slidy, Slideous, DZSlides, reveal.js, and S5 output; raw LaTeX mode, HTML, Slidy, Slideous, DZSlides, reveal.js, and S5 output; raw LaTeX
can be printed in Markdown, reStructuredText, Emacs Org mode, LaTeX, and can be printed in Markdown, reStructuredText, Emacs Org mode, LaTeX, and
ConTeXt output. The default is for the readers to omit untranslatable ConTeXt output. The default is for the readers to omit untranslatable
HTML codes and LaTeX environments. (The LaTeX reader does pass through HTML codes and LaTeX environments. (The LaTeX reader does pass through
@ -2739,8 +2739,8 @@ Markdown allows it, but it has been made an extension so that it can
be disabled if desired.) be disabled if desired.)
The raw HTML is passed through unchanged in HTML, S5, Slidy, Slideous, The raw HTML is passed through unchanged in HTML, S5, Slidy, Slideous,
DZSlides, EPUB, Markdown, and Textile output, and suppressed in other DZSlides, EPUB, Markdown, Emacs Org mode, and Textile output, and suppressed
formats. in other formats.
#### Extension: `markdown_in_html_blocks` #### #### Extension: `markdown_in_html_blocks` ####