<div class="alert alert-sm alert-success mt-3">
**wow**
</div>
<div class="alert alert-sm alert-success mt-3">
**wow**
</div>
<div class="alert alert-sm alert-success mt-3">
<strong>wow</strong>
</div>
@TomasVotruba with PHP Markdown Extra you should be able to do this by adding markdown="1" in the div tag.
That's right, I'm already using it:
That solves everything :) thank you :+1:
Most helpful comment
@TomasVotruba with PHP Markdown Extra you should be able to do this by adding
markdown="1"in thedivtag.