# Extensions
Adds support for outputting bootstrap ready tags:
## Bootstrap
Adds bootstrap `.table` class to `
`:
```````````````````````````````` example
Name | Value
-----| -----
Abc | 16
.
Name
Value
Abc
16
````````````````````````````````
Adds bootstrap `.blockquote` class to `
`:
```````````````````````````````` example
> This is a blockquote
.
This is a blockquote
````````````````````````````````
Adds bootstrap `.figure` class to `` and `.figure-caption` to ``
```````````````````````````````` example
^^^
This is a text in a caption
^^^ This is the caption
.
This is a text in a caption
This is the caption
````````````````````````````````
Adds the `.img-fluid` class to all image links ``
```````````````````````````````` example

.