creecros / MarkdownPlus

Improved Markdown, with check boxes, emoji shortcode, inline html, etc...
MIT License
52 stars 15 forks source link

enable "URL-Rewriting" enabled instances to use checkboxes & add html validation #18

Closed Chaosmeister closed 1 year ago

Chaosmeister commented 1 year ago

MarkdownPlus now fully supports checkboxes on instances that use URL-Rewriting.

There also was a problem with activated MARKDOWN_ESCAPE_HTML if an invalid tag was placed somewhere.

The HTML is now validated and errors will be displayed to the user.

Developed with the help of https://github.com/Tagirijus

Chaosmeister commented 1 year ago

fixes #15