Appearance
Engine tags
Beyond wikitext, HonoWiki provides built-in tags — HTML-like elements the engine turns into rich output. Unlike raw HTML (which just passes through the allowlist), these do something.
Reference
<ref>and<note>— numbered footnotes and hover notes.
Media
<youtube>— embed a YouTube video.<googlemap>— embed a Google Map.<gallery>— a grid of images.
Code & math
<nowiki>,<pre>,<code>,<syntaxhighlight>,<math>— literal text, code blocks, and math.
Styling
<style>— per-article scoped CSS.
Metadata
<description>…</description>— sets the page's description (used for search results and social-media previews). It renders nothing on the page itself.