Search code examples
symfonytwigmarkdownformattersonata

SonataFormatterBundle twig extension: Template "..." is not defined


My twig template file

{{ 'Hello *world*' | format_text('markdown') }}

Error:

Template "<p>Hello <em>world</em></p>" is not defined.

Solution

  • There is a BC break in the SonataFormatterBundle. You can revert to version 3.2.0 or apply a patch. As mentioned in this issue.