Manual refactor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Silverbullet supports [admonitions](https://github.com/community/community/discussions/16925) using GitHub syntax (`note` and `warning`).
|
||||
|
||||
> **note** This is a
|
||||
> note admonition
|
||||
|
||||
> **warning** This is a
|
||||
> warning admonition
|
||||
@@ -5,7 +5,7 @@ Currently, SilverBullet provides two code widgets as part of its built-in [[🔌
|
||||
* `embed`
|
||||
* `markdown`
|
||||
|
||||
In addition, plugs like [[🔌 KaTeX]] and [[🔌 Mermaid]] add additional ones.
|
||||
In addition, plugs like [[Plugs/KaTeX]] and [[Plugs/Mermaid]] add additional ones.
|
||||
|
||||
## Embed
|
||||
This allows you to embed internet content into your page inside of an iframe. This is useful to, for instance, embed youtube videos. In fact, there is specific support for those.
|
||||
|
||||
@@ -7,10 +7,11 @@ In addition to supporting [[Markdown/Basics|markdown basics]] as standardized by
|
||||
* [[Live Queries]]
|
||||
* [[Live Templates]]
|
||||
* [[Anchors]]
|
||||
* [[Markdown/Admonitions]]
|
||||
* 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]]
|
||||
* Any addition custom markdown extensions provided by [[Plugs]]
|
||||
|
||||
Reference in New Issue
Block a user