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.
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.