silverbullet/website/Markdown/Extensions.md

21 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-11-15 16:31:52 +08:00
In addition to supporting [[Markdown/Basics|markdown basics]] as standardized by [CommonMark](https://commonmark.org/), SilverBullet relies on the following extensions:
2024-01-25 23:05:48 +08:00
* [[Links]]
2023-11-15 16:31:52 +08:00
* [[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]]
* [[Table of Contents]]
* [[Transclusions]] syntax
2024-02-28 19:16:51 +08:00
* [[Markdown/Anchors]]
2023-12-19 23:18:33 +08:00
* [[Markdown/Admonitions]]
* [[Markdown/Hashtags]]
* [[Markdown/Command links]] syntax
2023-11-15 16:31:52 +08: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)
* [Subscript](https://www.markdownguide.org/extended-syntax/#subscript) and [superscript](https://www.markdownguide.org/extended-syntax/#superscript)
2023-12-19 23:18:33 +08:00
* Any addition custom markdown extensions provided by [[Plugs]]