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). 


-- 



Reply via email to