Skip to content

Commit fac03b7

Browse files
committed
wip
1 parent 9e178d3 commit fac03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishable/config/larecipe.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
'blade-parser' => [
200200
'regex' => [
201201
'code-blocks' => [
202-
'match' => '/\<pre\>(.|\n)*<\/pre\>/',
202+
'match' => '/\<pre\>(.|\n)*?<\/pre\>/',
203203
'replacement' => '<code-block>',
204204
]
205205
]

0 commit comments

Comments
 (0)