kgar / ts-markdown

An extensible TypeScript markdown generator that takes JSON and creates a markdown document
https://kgar.github.io/ts-markdown/
MIT License
9 stars 4 forks source link

Create Playground Page #25

Closed kgar closed 2 years ago

kgar commented 2 years ago

As a potential ts-markdown user, I would like to have access to a playground web page where I can put in JSON and see the result.

See turndown's demo page for inspiration.

This page should be accessible through the repo's GitHub pages URL, either as a sub-page or as the primary README.

Note: Ideally, I would like to have this be a standalone, bare bones demo page with nothing else, except maybe a link back to the main docs. This demo page should expose all of the document-level options, as well as allow the user to input either JSON or a JS object.

Stretch:

Add dark mode / light mode / system mode toggle that changes up the theme.

kgar commented 2 years ago

👏 all done