We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9b8a8 commit 09bb53cCopy full SHA for 09bb53c
app/Markdown/Hint/HintStartParser.php
@@ -15,7 +15,7 @@ public function tryStart(Cursor $cursor, MarkdownParserStateInterface $parserSta
15
return BlockStart::none();
16
}
17
18
- $fence = $cursor->match('/^(?:\:{3,}(?!.*`))/');
+ $fence = $cursor->match('/^(?:\:{3,}\s?(?!.*`))/');
19
20
if ($fence === null) {
21
0 commit comments