Skip to content

Commit

Permalink
Merge pull request #16 from natedrake/dev
Browse files Browse the repository at this point in the history
fixes #15
  • Loading branch information
natedrake authored Mar 26, 2017
2 parents e9a8142 + fb1fec0 commit 3905755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function scanCode()

protected function scanMultiLineCode()
{
return $this->scanInput('/^[`]{4}[\n]([^`;]+)[\n][`]{4}/', 'pre');
return $this->scanInput('/^[`]{4}[\n]([^`]+)[\n][`]{4}/', 'pre');
}

/**
Expand Down

0 comments on commit 3905755

Please sign in to comment.