You are here

public function RenderStrategyInterface::getCustomAllowedHtml in Markdown 8.2

Retrieves the custom (user provided) allowed HTML.

Return value

string The user provided (custom) allowed HTML.

2 methods override RenderStrategyInterface::getCustomAllowedHtml()
BaseParser::getCustomAllowedHtml in src/Plugin/Markdown/BaseParser.php
Retrieves the custom (user provided) allowed HTML.
MissingParser::getCustomAllowedHtml in src/Plugin/Markdown/MissingParser.php
Retrieves the custom (user provided) allowed HTML.

File

src/Plugin/Markdown/RenderStrategyInterface.php, line 85

Class

RenderStrategyInterface
Interface for supporting markdown render strategies.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getCustomAllowedHtml();