mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00: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:
@@ -186,7 +186,6 @@ class General extends AbstractExtension
|
|||||||
$converter = new GithubFlavoredMarkdownConverter(
|
$converter = new GithubFlavoredMarkdownConverter(
|
||||||
[
|
[
|
||||||
'allow_unsafe_links' => false,
|
'allow_unsafe_links' => false,
|
||||||
'max_nesting_level' => 3,
|
|
||||||
'html_input' => 'escape',
|
'html_input' => 'escape',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user