# The issue Example: ```html <i>1</i><i>2</i><em>3</em><em>4</em> <hr> <span><i>1</i></span><span><i>2</i></span><span><em>3</em></span><span><em>4</em></span> ``` Result: <img width="1314" height="465" alt="Image" src="https://github.com/user-attachments/assets/5d1bfb05-d6fa-4ed4-b8fa-66fbae9538e3" /> Expected result: ``` _1234_ ``` # How the result is rendered by different software VS Code: <img width="1333" height="481" alt="Image" src="https://github.com/user-attachments/assets/8aba6c85-ced5-4c34-be1e-70a5693e9f76" /> `markdown-to-jsx`: <!-- Failed to upload "image.png" --> Obsidian: <img width="970" height="443" alt="Image" src="https://github.com/user-attachments/assets/647a39ac-fecf-442a-87a1-e952f8fa474b" />