1
0
silverbullet/website/Blocks.md

16 lines
499 B
Markdown
Raw Permalink Normal View History

Blocks use the fenced code block notation of [[Markdown]], and assign special behavior to it.
The general syntax is:
```block-type
block configuration
```
These are the block types that ship with SilverBullet, but [[Plugs]] can define their own:
* `template`: [[Live Templates]]
* `query`: [[Live Queries]]
* `toc`: [[Table of Contents]]
* `embed`: [[Live Embeds]]
The fenced code block syntax is also used to get [[Markdown/Syntax Highlighting]] for numerous programming languages.