--
title: Markdown Demo
tags: []
outgoing links: []
--
A reference for local markdown features.
--
Include content from another page: [!pagename]
Example - transcluding the shields table:
Reduction = 9 + (Grade, Config@5 roll) × 2.1
| Roll | Reduction |
|---|---|
| 0 | 9.0 |
| 1 | 11.1 |
| 2 | 13.2 |
| 3 | 15.3 |
| 4 | 17.4 |
| 5 | 19.5 |
| 6 | 21.6 |
| 7 | 23.7 |
| 8 | 25.8 |
| 9 | 27.9 |
| 10 | 30.0 |
| 11 | 32.1 |
| 12 | 34.2 |
| 13 | 36.3 |
| 14 | 38.4 |
| 15 | 40.5 |
| 16 | 42.6 |
| 17 | 44.7 |
| 18 | 46.8 |
| 19 | 48.9 |
| 20 | 51.0 |
--
Prefix a heading with ! to make it collapsible: ## !Heading
This content starts collapsed. Click the heading to expand it.
--
Transclude just part of a page with #fragment: [!pagename#heading]
Matches headings case-insensitively (foldable ! prefix is ignored). Use [!pagename#heading] (no |) to keep the original heading, or [!pagename#heading|New Name] to rename it.
Example - transcluding this foldable section:
This content starts collapsed. Click the heading to expand it.
--
--
Show page content on hover: [!t:page], [!t:page#heading], or [!t:page#heading|Custom Text]
Hover over Section Tooltip Show page content on hover: Hover over Section-tooltip to preview that section. --Section Tooltip
[!t:page], [!t:page#heading], or [!t:page#heading|Custom Text]
--
Show an item tooltip: [!q:itemname]
Renders a hover tooltip with the item's description from the database.
--
Inline progress clock: [clock|name|current|total]
Renders a clickable clock element. Linked clocks reference another page: [clock|name@pagename]
--
Task list: - [ ] task / - [x] done
unfinished
completed
--
Cyberpunk glitch effect: g~text~g or g~text~g~replacement~g
hello - world~W0RLD~g
--
Internal links are auto-validated. <a href="existingpage"> gets a /wiki/ path. Broken links get a missing class.
--
Automatic - if a heading spans multiple lines, only the first line stays in the <h...> tag.