Html macro

Back to Available macros

The Html macro embeds html directly into the generated html page. While the Markdown syntax also allows embedding html directly, the problem with it is that it also allows interspersed Markdown syntax.

Properties

Output expansion default

Disabled.

Parameters

The html-code to embed.

Variables

None.

Examples

Html embedded through the Html macro

[[Html]]:
    Banana

    <p> **Apple** $x^2 + y^2 = 1$ </p>
Banana

**Apple** $x^2 + y^2 = 1$

Html embedded through Markdown

Banana

<p> **Apple** $x^2 + y^2 = 1$ </p>

Banana

Apple

Files

Html macro

Copies the input to output and treats it as html.