yoshuawuyts / vmd

:pray: preview markdown files
MIT License
1.18k stars 111 forks source link

Support click to expand #128

Open morganrallen opened 6 years ago

morganrallen commented 6 years ago

Hellllooo! Thanks for VMD, great tool.

GitHub syntax supports "Click to expand blocks" and while VMD appears to render them just fine the click handling doesn't seem to work.

<details>
  <summary>Click to expand</summary>
  HI!
</details>
Click to expand HI!

What VMD does.

vmd