You are here

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

ParsedMarkdown

Namespace

Drupal\markdown

Code

protected $allowedTags = self::ALLOWED_TAGS;