## Outros tagged templates úteis
LaTeX: tex`\sqrt{\frac{1+1}{1+1}}=1`
GraphViz:
dot`
digraph {
A -> B
A -> C
}`
SVG:
svg`<svg width=200 height=50 >
<rect fill=red stroke=blue width=30 height=30 />
<text x=40 y=20>Hello world!</text>
<line x1=15 y1=25 x2=180 y2=25 stroke=gray />
</svg>`