You are here

constant RenderStrategyInterface::STRIP_INPUT in Markdown 8.2

Strategy used to remove HTML input prior to parsing markdown.

File

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

Class

RenderStrategyInterface
Interface for supporting markdown render strategies.

Namespace

Drupal\markdown\Plugin\Markdown

Code

const STRIP_INPUT = 'strip_input';