Closed (duplicate)
Project:
Markdown
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2024 at 07:53 UTC
Updated:
8 Jan 2026 at 02:25 UTC
Jump to comment: Most recent
While investigating #3463119: Error when saving text format - configuration property id doesn't exist, I tried saving a format that does have markdown enabled, and got the following error:
Maximum Nesting Level must be lower than or equal to 100000.
However, the form does not seem to have an element related to this.
In XDebug, I can see that there is a default value of 9223372036854775807
Comments
Comment #2
malcomio commentedI think that this may be related to #3283349: Add support for Commonmark v2 - see comment #14 there
Comment #3
joelpittetLet's call this a duplicate as I committed in another issue. Thanks for bringing it up @malcomio