That solves it. Even it's possible to populate the input with different :html instances. Perhaps could come handy to reserve a tag for html, saving the extra lambda argument.
On Wednesday, May 9, 2012 2:03:00 AM UTC-3, Massimo Di Pierro wrote: > > You can use MARMIN(...,extra=dict(html=lambda x: x)) > > then you would embed with """ > > ``<div>this is html</div>``:html > > """ > > but kind of defies the purpose and you may want to sanitize(x) > >