Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 24, 2024
1 parent 2a10e52 commit 78f18a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Markdown/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

use Tempest\Highlight\Highlighter;

class Parser extends \ParsedownExtra
class Parser extends \Parsedown
{
protected Highlighter $highlighter;

public function __construct()
{
parent::__construct();
// parent::__construct();

$this->highlighter = new Highlighter();
}
Expand Down

0 comments on commit 78f18a8

Please sign in to comment.