mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove unnecessary option from Markdown converter
The 'max_nesting_level' option was removed from the Markdown converter configuration in order to simplify and optimize the code.
This commit is contained in:
parent
a28b990cd1
commit
db06d06789
@ -186,7 +186,6 @@ class General extends AbstractExtension
|
||||
$converter = new GithubFlavoredMarkdownConverter(
|
||||
[
|
||||
'allow_unsafe_links' => false,
|
||||
'max_nesting_level' => 3,
|
||||
'html_input' => 'escape',
|
||||
]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user