You are here

protected property ParsedMarkdown::$markdown in Markdown 8.2

The raw markdown.

Type: string

File

src/Render/ParsedMarkdown.php, line 50

Class

ParsedMarkdown
The end result of parsing markdown into HTML.

Namespace

Drupal\markdown\Render

Code

protected $markdown;