Shortcodes
buttons
Optional typography
Muted Text
{{% muted %}}
Some text • For your information • Not as noticeable
{{% /muted %}}
Result:
Some text • For your information • Not as noticeable
=======
Columns
Default message without title. This is my text and a link to Google
Default message without title. This is my text and a link to Google
Default message without title. This is my text and a link to Google
center, right, left
## default
![img](/path/to/img.gif "img")
{{% center %}}
## center
![img](/path/to/img.gif "img")
{{% /center %}}
{{% right %}}
## right
![img](/path/to/img.gif "img")
{{% /right %}}
{{% left %}}
## left
![img](/path/to/img.gif "img")
{{% /left %}}
default
center
right
left
figure with class
{{% figure src="/path/to/img.gif" title="default" alt="img" %}}
{{% figure class="text-center" src="/path/to/img.gif" title="center" alt="img" %}}
{{% figure class="text-right" src="/path/to/img.gif" title="right" alt="img" %}}
{{% figure class="text-left" src="/path/to/img.gif" title="left" alt="img" %}}
{{% center %}}
## hybrid in center
{{% figure src="/path/to/img.gif" title="default" alt="img" %}}
{{% figure class="text-right" src="/path/to/img.gif" title="right" alt="img" %}}
{{% left %}}
{{% figure src="/path/to/img.gif" title="default in left" alt="img" %}}
{{% /left %}}
{{% /center %}}
hybrid in center
===