Skip to content

Commit

Permalink
Generator/Markdown: Workaround for better rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Jul 23, 2020
1 parent 2b8c1b3 commit c9bbba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function printFooter()
protected function processSniff(\DOMNode $doc)
{
$title = $this->getTitle($doc);
echo "## $title".PHP_EOL;
echo PHP_EOL."## $title".PHP_EOL;

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

0 comments on commit c9bbba6

Please sign in to comment.