hackmdio / vscode-hackmd

The official HackMD VScode extension!
https://marketplace.visualstudio.com/items?itemName=HackMD.vscode-hackmd
MIT License
132 stars 14 forks source link

Triple column block and icons not supported #41

Closed MagicJack closed 3 years ago

MagicJack commented 3 years ago

HackMD has lots of icons ( :iconname: ) and 5 kinds of triple column blocks.

:::danger
messages in red background color block
:::

:::success
messages in green background color block
:::

:::info
messages in blue background color block
:::

:::spoiler
messages in an expand/collapse-able block
:::

:::warning
messages in yellow background color block
:::
MagicJack commented 3 years ago

Close and re-Launch VS code solve it.