Skip to content

Commit c9bbba6

Browse files
committed
Generator/Markdown: Workaround for better rendering
1 parent 2b8c1b3 commit c9bbba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/Markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function printFooter()
8484
protected function processSniff(\DOMNode $doc)
8585
{
8686
$title = $this->getTitle($doc);
87-
echo "## $title".PHP_EOL;
87+
echo PHP_EOL."## $title".PHP_EOL;
8888

8989
foreach ($doc->childNodes as $node) {
9090
if ($node->nodeName === 'standard') {

0 commit comments

Comments
 (0)