simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.01k stars 131 forks source link

Markdown emoji code may not display well inside fenced code blocks #214

Closed Yarakashi-Kikohshi closed 2 months ago

Yarakashi-Kikohshi commented 1 year ago

Thank you very much for the very nice extension. 👍

If you write Markdown emoji code inside fenced code blocks with a specified language, the code will not display well.

To reproduce

Consider three cases. :smile: doesn't display well in fenced code blocks with a specified language.

This issue does not occur when trying to display non-existent Markdown emoji code.

```markdown
:no_emoji:


![image](https://github.com/simov/markdown-viewer/assets/75878492/43410d27-c500-4ba8-8a29-743e8e06ffd4)

## Version

- Markdown Viewer: 5.1
- Microsoft Edge: 113.0.1774.50
simov commented 2 months ago

This bug got fixed in v5.3, let me know if you find anything else.

Yarakashi-Kikohshi commented 2 months ago

I am sorry for the late reply.

Thank you for resolving the issue! :tada:

Other than this issue, the v5.3 update is very attractive. I love this extension even more.