Should work the same. Perhaps this is a bug. Please open a ticket and I
will look asap.
On Saturday, 17 November 2012 19:21:52 UTC-6, Andrew W wrote:
>
>
> I'm assuming it works differently to the markmin document. I can see is
> adds a class called "custom", but I don't see the lambda function working
> as in:
>
> >>> markmin2html("‘‘aaa‘‘:custom", extra=dict(custom=lambda text:
> ’x’+text+’x’
>
> generates
>
> ’xaaax’
>
> (the ‘‘...‘‘:custom block is rendered by the custom=lambda function
> passed to render).
>
>
>
--