You are here

public function BaseParser::getAllowedHtml in Markdown 8.2

Overrides RenderStrategyInterface::getAllowedHtml

Deprecated

in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use RenderStrategyInterface::getCustomAllowedHtml instead.

See also

https://www.drupal.org/project/markdown/issues/3142418

File

src/Plugin/Markdown/BaseParser.php, line 119

Class

BaseParser
Base class form Markdown Parser instances.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getAllowedHtml() {
  return $this
    ->getCustomAllowedHtml();
}