org.texi: Correct syntax for exporting HTML fragments

This commit is contained in:
Eric Abrahamsen 2013-05-18 10:20:33 +08:00 committed by Nicolas Goaziou
parent c22f5f632b
commit 7cc982a767
1 changed files with 4 additions and 5 deletions

View File

@ -11031,11 +11031,10 @@ to @code{nil} will not insert any postamble.
@subsection Quoting HTML tags
Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
@samp{&gt;} in HTML export. If you want to include simple HTML tags
which should be interpreted as such, mark them with @samp{@@} as in
@samp{@@<b>bold text@@</b>}. Note that this really works only for
simple tags. For more extensive HTML that should be copied verbatim to
the exported file use either
@samp{&gt;} in HTML export. If you want to include raw HTML code, which
should only appear in HTML export, mark it with @samp{@@@@html:} as in
@samp{@@@@html:<b>@@@@bold text@@@@html:</b>@@@@}. For more extensive HTML
that should be copied verbatim to the exported file use either
@cindex #+HTML
@cindex #+BEGIN_HTML