1
0
silverbullet/website/Markdown/Extensions.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2023-11-15 08:31:52 +00:00
In addition to supporting [[Markdown/Basics|markdown basics]] as standardized by [CommonMark](https://commonmark.org/), SilverBullet relies on the following extensions:
* Double-bracketed wiki links: `[[link to page]]`, optionally with aliases `[[link to page|alias]]`.
* [[Frontmatter]] and [[Attributes]]
* [Fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks), and in addition, assigning new meanings to specific fenced code block languages:
* Generically via [[Markdown/Code Widgets]]
* [[Live Queries]]
* [[Live Templates]]
* [[Anchors]]
2023-12-19 15:18:33 +00:00
* [[Markdown/Admonitions]]
2023-11-15 08:31:52 +00:00
* Hashtags, e.g. `#mytag`.
* [[Markdown/Command links]] syntax
2023-11-15 08:31:52 +00:00
* [Tables](https://www.markdownguide.org/extended-syntax/#tables)
* [Task lists](https://www.markdownguide.org/extended-syntax/#task-lists)
* [Highlight](https://www.markdownguide.org/extended-syntax/#highlight)
* [Automatic URL linking](https://www.markdownguide.org/extended-syntax/#automatic-url-linking)
2023-12-19 15:18:33 +00:00
* Any addition custom markdown extensions provided by [[Plugs]]