OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
Dumps its contents directly into the rendered output.
This construct is not XSS safe, see: Section "unsafeXss (--unsafe-xss)".
Here for example we define a paragraph in raw HTML:
\passthrough[[
<p>Hello <b>raw</b> HTML!</p>
]]
which renders as:

Hello raw HTML!

And for an inline passthrough:
Hello \passthrough[[<b>raw</b>]] world!
which renders as:
Hello
raw
world!

Ancestors (3)

  1. Macro
  2. OurBigBook Markup
  3. Home