Wikantik uses an enhanced CommonMark parser (Flexmark) that supports both standard Markdown links and wiki-style shortcuts.
Internal links should point to a page's slug (CamelCase name) or its canonical_id.
Use double brackets for simple, readable internal links.
[PageName](PageName)[Display Text](PageName)Standard [text](url) syntax also works for internal pages.
[PageName]() — The empty URL triggers internal slug resolution.[Display Text](PageName) — Links directly to the slug.For maximum stability across page renames, use the stable ULID.
[Display Text](id:01KRTB67YHJ96D0PBJ1NEJDY22)External links use standard Markdown syntax.
[Google](https://google.com)https://google.com (Auto-linked)To link to a file attachment on the current page:
[Download Document](attachment:filename)You can link to system-generated lists using special prefixes:
[Dev Cluster](cluster:wikantik-development)[Security Pages](tag:security)id: links to prevent breakage during future renames..md or .txt files directly (e.g., [Page](Page.md)). Use the slug only.See Also: