Appearance
Markup
HonoWiki pages are written in wikitext — a light markup where a few punctuation marks stand in for formatting, links, and structure. This section covers the everyday building blocks:
- Text formatting — bold, italic, and inline HTML.
- Headings & TOC — section headings, anchors, and the table of contents.
- Links — internal wikilinks, subpages, external links, magic links.
- Lists — bulleted, numbered, and definition lists.
- Tables — pipe-syntax tables and responsive helpers.
- Images & files — embedding files, thumbnails, and galleries.
Beyond the basics, you can reuse content with Templates, reach for Engine tags like <ref> and <youtube>, and use raw HTML and CSS within the sandbox.
Escaping
Anywhere you want wikitext to appear literally instead of being interpreted, wrap it in <nowiki>…</nowiki>.