You are here

protected static property PhpMarkdownExtra::$parserClass in Markdown 3.0.x

The parser class.

Type: string

Overrides PhpMarkdown::$parserClass

File

src/Plugin/Markdown/PhpMarkdownExtra.php, line 17

Class

PhpMarkdownExtra
Plugin annotation @MarkdownParser( id = "michelf/php-markdown-extra", label = @Translation("PHP Markdown Extra"), url = "https://michelf.ca/projects/php-markdown/extra", )

Namespace

Drupal\markdown\Plugin\Markdown

Code

protected static $parserClass = '\\Michelf\\MarkdownExtra';