Skip to content

Commit

Permalink
changed rendering header to simple prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 30, 2017
1 parent 2749340 commit 131a8c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/controllers/ReadmeController.php
Expand Up @@ -53,6 +53,11 @@ public function renderH2($title)
return $this->renderH($title, '##');
}

public function renderH3($title)
{
return $this->renderH($title, '###');
}

public function renderText($text)
{
$text = trim($text);
Expand Down

0 comments on commit 131a8c9

Please sign in to comment.