Buttons
Buttons documentation goes here.
Examples of the code render/preview blocks
Render and preview use the same code block:
HTML
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
Render and preview use different code blocks:
HTML
<button type="button" class="btn btn-primary">Primary</button>