Example markdown string: ``` *some **emphasized** text* ``` Expected output: ```html some emphasized text ``` Actual output: ```html some *emphasized** text* ``` Bad. Workaround is to use double underscores for bold emphasis.
Example markdown string:
Expected output:
Actual output:
Bad.
Workaround is to use double underscores for bold emphasis.