e6f77b12af
Initial implementation of command link arguments --------- Co-authored-by: prcrst <p-github@prcr.st> Co-authored-by: Zef Hemel <zef@zef.me>
17 lines
1.0 KiB
Markdown
17 lines
1.0 KiB
Markdown
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]]
|
|
* Hashtags, e.g. `#mytag`.
|
|
* [[Markdown/Command links]] syntax
|
|
* [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)
|
|
* Any addition custom markdown extensions provided by [[🔌 Plugs]]
|