Bold Italic
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
Section titled “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>