We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7237b7a commit dc4756cCopy full SHA for dc4756c
1 file changed
src/PHPFUI/InstaDoc/MarkDownParser.php
@@ -23,7 +23,7 @@ public function fileText(string $filename) : string
23
24
public function html(string $markdown) : string
25
{
26
- return $this->parser->parseParagraph($markdown);
+ return $this->parser->parseParagraph(\str_replace(['<p>', '</p>'], '', $markdown));
27
}
28
29
public function text(string $markdown) : string
0 commit comments