How to format a text containing underscore (like for instance "A_B") to italic style ?
Here's an example which fails in parsing somehow (from a quick test just on underscore):
*A_B*
|
How to format a text containing underscore (like for instance "A_B") to italic style ? *A_B* |
|||
|
|
|
Use a HTML tag (
produces A_B. The underscore makes Markdown fail to interpret the markup as intended. |
|||
|
|