diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 4186ef6f15..bc73df316a 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -186,7 +186,6 @@ class General extends AbstractExtension $converter = new GithubFlavoredMarkdownConverter( [ 'allow_unsafe_links' => false, - 'max_nesting_level' => 3, 'html_input' => 'escape', ] );