Hello, first of all I'm begining to work with Automad and I'm very impressed by this CMS. Very clever in many ways !
I've created an extension, its purpose is to add no-break spaces when necessary in a text (we have in french some complex typographic rules). With a short text this extension runs well, but when the text is longer than average 2700 characters, nothing is passed to this extension.
I've checked in debug mode that in this case an empty array is passed to the function
"Extension->__construct(): Calling method yponctuation and passing the following options": Array []
What can I do about it ?