Bold Italic
Overview
Bold Italic is one of the many formatting
options available within Markdown. It is a combination of
bold
and italic
formatting. This is
typically denoted by wrapping the desired text with
***
.
Example Syntax
***This text is bold and italic*** and this text is not.
<p>
<em><strong>This text is bold and italic</strong></em> and this text is not.
</p>