Frequently asked questions
Can I delete a wiki?
Yes — wiki owners and instance admins can delete wikis from the admin console. Wiki deletion is permanent.
Can I delete a user?
Instance admins can hard-delete users from /admin. This removes the account and all sessions immediately. Wiki ownership is not transferred — pages created by a deleted user will show "unknown" as the editor.
What happens to edited history when a user is deleted?
Revision history is preserved with the original username intact (stored per-revision, not looked up live), so page histories remain readable.
Can I use HTML in pages?
Inline HTML tags like <b>, <i>, <u>, <s>, <sub>, <sup>, <code>, <span>, <div>, <blockquote> are allowed and sanitized. Tags like <script>, <iframe>, <style> are escaped (shown as text). Templates can restore a safe allowlist of tags with attribute filtering.
Can I style individual pages?
Yes! Click Edit → "CSS panel" to write CSS scoped to that page. Or set wiki-wide default CSS from the wiki admin console.
Is there a sandbox?
No dedicated sandbox page exists, but you can create one! Create any page and use the Preview button to experiment.