diff --git a/extra/markdown-extra/src/MichelfMarkdown.php b/extra/markdown-extra/src/MichelfMarkdown.php index 0cbb09521..2660a7f04 100644 --- a/extra/markdown-extra/src/MichelfMarkdown.php +++ b/extra/markdown-extra/src/MichelfMarkdown.php @@ -29,6 +29,6 @@ class MichelfMarkdown implements MarkdownInterface public function convert(string $body): string { - return $this->converter->defaultTransform($body); + return $this->converter->transform($body); } }