Closed MrMattBusby closed 2 years ago
A bit hard to tell what the issue is but yes, generally Markdown syntax no longer applies inside of html elements so this seems to be by-design
GitHub renders emojis even inside of HTML elements, and markdown-it-emoji does it too (you can test here). Is it possible add an option to render them inside ? I've never coded an extension but I could try to make a a PR with a little help
Could be by design? This following code does not display the same inside the
<table>
between VS Code and GitHub::smile:
:smile: