mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.62k stars 870 forks source link

Link to preview / 'try now' in readme #414

Open uuf6429 opened 2 years ago

uuf6429 commented 2 years ago

I think that for (developer) users, it's useful that projects of this sort provide an interactive preview.

I've set one up here: https://vue-cjjyde.stackblitz.io Feel free to use it as is or fork or whatever (e.g. in the readme or so).

On a side note, perhaps something to think about is to make the version in the package.json more permissive to always load the latest version.

pavelhoral commented 3 months ago

Interactive demo/playground is available at https://mixmark-io.github.io/turndown/. This link is visible in the sidebar menu. It makes sense to add something like "See it in action" link to README as well.