You are here

constant RenderStrategyInterface::NONE in Markdown 8.2

No render strategy.

File

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

Class

RenderStrategyInterface
Interface for supporting markdown render strategies.

Namespace

Drupal\markdown\Plugin\Markdown

Code

const NONE = 'none';