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)
On Tuesday, 8 May 2012 14:48:42 UTC-5, Alan Etkin wrote:
>
> Seems like it's not possible to embed HTML in markmin. Isn't it? How about
> allowing a user to do:
>
> >> print MARKMIN("[[[<div>Spam</div>]]]")
> <div>Spam</div>
>
> I think that this would be useful for dual markmin/html wisiwig editors
> too.
>
>

