markdown-extended icon indicating copy to clipboard operation
markdown-extended copied to clipboard

Maximum function nesting level of '100' reached, aborting!

Open PSF1 opened this issue 7 years ago • 1 comments

Hi,

When I try to convert the README.md file of esrodrira/appcoachmanager I get the error:

Maximum function nesting level of '100' reached, aborting! In /src/MarkdownExtended/Util/Helper.php on line 217

The original file is: https://raw.githubusercontent.com/esrodrira/appcoachmanager/master/README.md

I install this library with git, and I'm in dev brach. The las commit that I see is:

commit e7bce232f4418bfe1cccb9e6dbc072dcee2167c1 Author: picas [email protected] Date: Mon Feb 20 22:22:55 2017 +0100 strip the Nightly build of PHP for validations

Thanks

PSF1 avatar Aug 10 '17 16:08 PSF1

I detected a possible configuration difference, that is, I has xDebug installed in the server:

xdebug support => enabled Version => 2.2.3 xdebug.max_nesting_level => 100

PSF1 avatar Aug 10 '17 17:08 PSF1