protected function MissingParser::convertToHtml in Markdown 8.2
File
- src/
Plugin/ Markdown/ MissingParser.php, line 41
Class
- MissingParser
- The parser used as a fallback when the requested one doesn't exist.
Namespace
Drupal\markdown\Plugin\MarkdownCode
protected function convertToHtml($markdown, LanguageInterface $language = NULL) {
return $markdown;
}