Open flotwig opened 4 years ago
I'm guessing this is by design.. once in HTML
tag you have to stick to HTML
same thing happens to tables
h1|h2
---|---
v1|v2
<details>
<summary>
h1|h2
---|---
v1|v2
</summary>
</details>
h1 | h2 |
---|---|
v1 | v2 |
Hmm, strange that it doesn't render tables. If I copy the example from the OP, GitHub does render the emoji in the summary
:
With this Markdown source:
The following will render inside of MPE:
For some reason,
:heavy_check_mark:
only works outside of the<summary>
tag.Version: 0.5.1 from vscode marketplace