rsms / markdown-wasm

Very fast Markdown parser and HTML generator implemented in WebAssembly, based on md4c
https://rsms.me/markdown-wasm/
MIT License
1.51k stars 62 forks source link

Choose flags in playground #9

Open FloEdelmann opened 3 years ago

FloEdelmann commented 3 years ago

The playground uses fixed flags (DEFAULT | NO_HTML), which is a good default to prevent XSS.

I might be helpful to try out the different flags though, to see how the they behave. So a list of checkboxes or a <select multiple> (or something more fancy) to choose the flags used for rendering could be a nice improvement.