erusev / parsedown-extra

Markdown Extra Extension for Parsedown
MIT License
822 stars 124 forks source link

0.8.x: Fix undefined array key 'text' notice #163

Closed dermatthes closed 4 weeks ago

netniV commented 3 years ago

Whilst this is a partial fix. The correct fix would be to utilize the handler argument field that is emitted from the base Parsedown->blockHeader() function if you wish to use the latest versions of the base. Otherwise, you will get no text parsed by the attribute parser.

See https://github.com/netniV/ParsedownID/issues/1