public function ParsedMarkdown::getMarkdown in Markdown 3.0.x
Retrieves the raw markdown source.
Return value
string The markdown source.
Overrides ParsedMarkdownInterface::getMarkdown
1 call to ParsedMarkdown::getMarkdown()
- ParsedMarkdown::matches in src/
ParsedMarkdown.php - Compares whether the provided markdown matches this object.
File
- src/
ParsedMarkdown.php, line 164
Class
Namespace
Drupal\markdownCode
public function getMarkdown() {
return static::normalizeMarkdown($this->markdown);
}