Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent e76a6f9 commit 2c2c20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Markdown/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct()

protected function blockFencedCodeComplete($Block)
{
$block = parent::blockFencedCodeComplete($Block); // TODO: Change the autogenerated stub
$block = parent::blockFencedCodeComplete($Block);

if (!isset($block['element']['text']['text'])) {
return $block;
Expand Down

0 comments on commit 2c2c20e

Please sign in to comment.