Skip to content

Instantly share code, notes, and snippets.

@rande
Created January 2, 2012 22:19
Show Gist options
  • Save rande/1552362 to your computer and use it in GitHub Desktop.
Save rande/1552362 to your computer and use it in GitHub Desktop.
Sonata Formatter Bundle
## The Sonata Formatter Bundle
The formatter bundle allows to format a text in different format :
* markdown
* nl2br
* raw html
More formatter can be added as long as the correct interface is respected.
### Hidden Gems
The bundle comes with an hidden gems, the formatter compiles the content into a twig template. The twig engine works in sandbox mode, so a limited number of tags are available. It is possible to register and to add more tags.
You can add a custom github gist with :
<% gist '946f752ea85b9f6ddec8', 'gistfile1.txt' %>
Or a media (id=1234, format=small) with:
<% media 1234, 'small' %>
@vihuvac
Copy link

vihuvac commented Mar 17, 2014

Why videos from youtube and vimeo are not shown when I try to load these using the format <% media 1234, 'small' %>?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment