mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update max nesting level for Markdown converter
Increased the max nesting level to 5 for better parsing.
This commit is contained in:
parent
db06d06789
commit
d831cc8df2
@ -186,6 +186,7 @@ class General extends AbstractExtension
|
|||||||
$converter = new GithubFlavoredMarkdownConverter(
|
$converter = new GithubFlavoredMarkdownConverter(
|
||||||
[
|
[
|
||||||
'allow_unsafe_links' => false,
|
'allow_unsafe_links' => false,
|
||||||
|
'max_nesting_level' => 5,
|
||||||
'html_input' => 'escape',
|
'html_input' => 'escape',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user