Sven Strickroth

Results 119 comments of Sven Strickroth

Please provide an example where it is not working as expected.

I suppose this could be achieved using a preprocessor. However, the input is not correctly encoded. If `` should be shown on the screen, then it needs to be properly...

Any news on this?

The readme is still broken...

If you have plain text, you might need not to sanitize (valid) HTML but to escape HTML special characters.

Maybe this should be configurable?

Right now people may use the Examples in their tools and so it may count to the public API right now.

CSS properties defined in CssSchema but not on the default list can be allowed by adding: `.allowStyling(CssSchema.withProperties(List.of("word-break")))` The default CSS definitions can also be overwritten (inprinciple, but currently it does...