A player name like ``**I AM BOLD**` would be shown as **I AM BOLD** rather than \*\*I AM BOLD\*\*. It seems Jinja dosn't come with a markdown escaper, so I would have to either include one myself or make one.
A player name like ``I AM BOLD` would be shown as I AM BOLD rather than **I AM BOLD**.
It seems Jinja dosn't come with a markdown escaper, so I would have to either include one myself or make one.