Skip to content

Commit

Permalink
This will bring back the markdown parser to long descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed May 14, 2012
1 parent 3f8a4fc commit 5aea326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phpDocumentor/Reflection/DocBlock/LongDescription.php
Expand Up @@ -78,7 +78,7 @@ public function getFormattedContents()
);
}

if (class_exists('\dflydev\markdown\MarkdownExtraParser()')) {
if (class_exists('\dflydev\markdown\MarkdownExtraParser')) {
$md = new \dflydev\markdown\MarkdownExtraParser();
$result = $md->transformMarkdown($result);
}
Expand Down

0 comments on commit 5aea326

Please sign in to comment.