Emre Akıncı
Emre Akıncı

Reputation: 39

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.

Upvotes: 0

Views: 242

Answers (1)

Neodork
Neodork

Reputation: 126

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.

Upvotes: 1

Related Questions