@raw and @iraw tags
These tags inserts some raw content in output document. Multiple raw content sections can be provided for different output formats. The @iraw tag does not end current paragraph whereas the @raw tag does.
Syntax [link]
@raw <format1>
<some raw code in format1 format>
[ <...>
@raw <formatN>
<some raw code in formatN format> ]
@end raw
Example [link]
@raw html
<strong>Some strong text</strong>
@raw latex
\textbf{Some strong text}
@end raw