fix(templates): 🐛 fix issue with Dergdown templates not being closed properly

This commit is contained in:
David Bailey 2025-02-24 22:42:49 +01:00
parent 91500ccfe5
commit 5ddbae91d2

View file

@ -78,7 +78,8 @@ class Dergdown extends ParsedownExtra
}
return array(
'markup' => $render_output
'markup' => $render_output,
'interrupted' => true
);
}