fix(templates): 🐛 fix issue with Dergdown templates not being closed properly
This commit is contained in:
parent
91500ccfe5
commit
5ddbae91d2
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ class Dergdown extends ParsedownExtra
|
|||
}
|
||||
|
||||
return array(
|
||||
'markup' => $render_output
|
||||
'markup' => $render_output,
|
||||
'interrupted' => true
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue