1
0
silverbullet/website/Markdown/Code Widgets.md

11 lines
556 B
Markdown
Raw Permalink Normal View History

Code widgets are a SilverBullet-specific [[Markdown/Extensions|extension]] to [[Markdown]]. Technically, its not an extension — it just gives new meaning to markdowns native fenced code blocks — code blocks that start with a triple backtick, specifying a programming language.
2023-01-21 12:37:55 +00:00
Currently, SilverBullet provides a few code widgets out of the box:
2023-01-21 12:37:55 +00:00
* `toc`: [[Table of Contents]]
* `query`: [[Live Queries]]
* `template`: [[Live Templates]]
2023-01-21 12:37:55 +00:00
* `embed`
* `markdown`
In addition, plugs like [[Plugs/KaTeX]] and [[Plugs/Mermaid]] add additional ones.