erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.77k stars 1.12k forks source link

HTML whitelist #759

Closed Cannonb4ll closed 4 years ago

Cannonb4ll commented 4 years ago

I am currently using this with safe mode on true and markup escaped on true aswel.

However, I have custom HTML components users are allowed to use, how would I be able to whitelist these to be rendered from a custom parser?