blackfriday
blackfriday copied to clipboard
Documentation needed
I have several questions which IMO important, and at the same time not documented well (or not documented at all):
- Does blackfriday allow arbitrary HTML tags? AFAIK the answer is yes, but you only know this from comments on issues or from practice.
- Does blackfriday allow ALL possible HTML tags?
- If some tags are filtered, which exactly, based on which rules?
- Is it possible to configure which HTML tags are allowed to be present, which are not? How?
- Is it possible to filter all HTML tags? If yes, how?