Manual refactor

This commit is contained in:
Zef Hemel
2023-12-19 16:18:33 +01:00
parent 92ecbff4cd
commit 4b3a7aa180
45 changed files with 259 additions and 208 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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.
+2 -1
View File
@@ -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]]