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]]
2024-01-09 00:08:26 +08:00
* [[Table of Contents]]
2024-07-12 02:36:26 +08:00
* [[Transclusions]] syntax
2024-02-28 19:16:51 +08:00
* [[Markdown/Anchors]]
2023-12-19 23:18:33 +08:00
* [[Markdown/Admonitions]]
2024-10-20 18:39:58 +08:00
* [[Markdown/Hashtags]]
2023-11-26 01:57:00 +08:00
* [[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 )
2024-06-07 14:21:16 +08:00
* [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]]