Blocks use the fenced code block notation of Markdown, and assign special behavior to it.

The general syntax is:

   
```template-type
block configuration
```


These are the block types that ship with SilverBullet, but Plugs can define their own:



The fenced code block syntax is also used to get Syntax Highlighting for numerous programming languages.