/**
@defgroup testcase This is a testcase for bold text
## Overview
_Beware:_ Markdown underscores for italic are rendered correctly at line start.
__Beware:__ Markdown underscores for bold are rendered correctly at line start.
___Beware:___ Markdown underscores for bold and italic are rendered incorrectly at line start.
However ___beware:___ Markdown underscores for bold and italic not at the line start are rendered incorrectly.
*Beware:* Markdown stars for italic is rendered incorrectly at line start.
**Beware:** Markdown stars for bold are rendered incorrectly at line start.
***Beware:*** Markdown starts for bold and italic are rendered incorrectly at line start.
However *beware*: Markdown starts for italic not at the line start are rendered correctly.
However **beware**: Markdown starts for bold not at the line start are rendered correctly.
However ***beware***: Markdown starts for bold and italic not at the line start are rendered correctly.
Beware: HTML tags for italic are rendered correctly at line start.
Beware: HTML tags for bold are rendered correctly at line start.
Beware: HTML tags for bold and italic are rendered correctly at line start.
*/