You are here

constant RenderStrategyInterface::ESCAPE_INPUT in Markdown 8.2

Strategy used to escape HTML input prior to parsing markdown.

File

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

Class

RenderStrategyInterface
Interface for supporting markdown render strategies.

Namespace

Drupal\markdown\Plugin\Markdown

Code

const ESCAPE_INPUT = 'escape_input';