You are here

constant RenderStrategyInterface::MARKDOWN_XSS_URL in Markdown 8.2

The URL for explaining Markdown and XSS; render strategies.

Deprecated

in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use \Drupal\markdown\Plugin\Markdown\RenderStrategyInterface::DOCUMENTATION_URL instead with a #xss fragment appended.

See also

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

File

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

Class

RenderStrategyInterface
Interface for supporting markdown render strategies.

Namespace

Drupal\markdown\Plugin\Markdown

Code

const MARKDOWN_XSS_URL = self::DOCUMENTATION_URL . '#xss';