Closed whoabuddy closed 4 years ago
When using the shortcodes for italic or bold text, they are replaced with code that does not create the desired outcome.
**text** results in <strong>text</strong>.
**text**
<strong>text</strong>
*text* results in <em>text</em>
*text*
<em>text</em>
Wondering if this is related to the css reset?
Fixed in https://github.com/AbsorbingChaos/unmuteable-com/pull/52/commits/7d08ac513d0b16ed490558d86eda1a9adc18c8c0 as part of #52, using the Bulma content class.
content
When using the shortcodes for italic or bold text, they are replaced with code that does not create the desired outcome.
**text**
results in<strong>text</strong>
.*text*
results in<em>text</em>
Wondering if this is related to the css reset?