/ittf/site/docs/concepts/t/artifactgenerators/built-in.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Built-in artifacts'5 };6 section( §)7 div8 + The ${}9 to-plugin( wizzi-core )10 + plugin exports some useful artifacts:11 ul12 li json/document13 li json/export14 li xml/document15 li xml/export16 li text/document17 li ittf/document
/ittf/site/docs/concepts/t/section.html.ittf
1 $group2 $params §3 article4 . doc-title5 id ${sect.id}6 + ${sect.title}7 . doc-summary8 $hook
/ittf/site/docs/t/to-plugin.html.ittf
1 $group2 $params name, kind|@@null3 $4 // var xname = kind != 'nospace' ? ' ' + name + ' ' : name5 $if kind != 'nospace'6 span ${} ${}7 code8 class highlight-code9 a ${name}10 href https://github.com/stfnbssl/wizzi.plugins/tree/main/packages/wizzi.plugin.${name}11 target _blank12 $if kind != 'nospace'13 span ${} ${}