1.1 KiB
1.1 KiB
Markdown is a plain text formatting system originally developed by John Gruber. It has since been standardized into CommonMark, which is what SilverBullet uses (with some extensions).
If you’re not yet familiar with Markdown here is a good guide to get you started.
We mentioned markdown extensions, here are the ones currently supported:
- Frontmatter
- Double-bracketed wiki links:
[[link to page]]
, optionally with aliases[[link to page|alias]]
. - Hashtags, e.g.
#mytag
. - Command link syntax:
{[Stats: Show]}
rendered into a clickable button {[Stats: Show]}. - Tables
- Fenced code blocks
- Task lists
- Highlight
- Automatic URL linking
- Custom markdown extensions provided by plugs