If you’ve never heard of markdown before, do not fear! It isn’t hard to get started. One of the best places to find examples is actually here, on this wiki. You can hit the button at the bottom of any page to see and edit the markdown source.
Hello World
To make a heading, you use #
. Headings can have different levels that change the way the heading is rendered. In general, more #
will make the heading smaller.
# Hello World
## Hello World
### Hello World
#### Hello World
Hello World
Hello World
Hello World
Hello World
For a quick reference, see the Commonmark 5-minute tutorial.
Special wiki-specific markdown features
This wiki uses Emanote which has some extra features not present in normal markdown. Some of them will be detailed here. Many of the extra features are also supported by Obsidian a popular markdown note-taking tool. Click the icon at the bottom of the page to view the emanote documentation.
Wiki Links
Pages should be linked to using wiki links.
[Link to heading](./markdown.md/#callouts)
[[Contributing]] will link to Contributing/index.md
[[markdown]] will link to this page
[[markdown|This will link to this page]]
Contributing will link to Contributing/index.md
Markdown will link to this page
Callouts
Emanote supports limited obsidian-style callouts, though foldable callouts are not supported
> [!tip]
> This is a tip
This is a tip
> [!warning]
> This is a warning
This is a warning