protected property ParsedMarkdown::$allowedTags in Markdown 3.0.x
An array of allowed HTML tags that are permitted in the parsed HTML.
This is to ensure it is safe from XSS vulnerabilities. If TRUE, all tags are allowed.
Type: array|true
File
- src/
ParsedMarkdown.php, line 20
Class
Namespace
Drupal\markdownCode
protected $allowedTags = self::ALLOWED_TAGS;