Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Pandoc filter

I'd like to use sagemath in markdown similar to sagetex:

<div class="sagesilent"> f(x)=sin(x) </div> 
This is a plot of <span class="sage"> f(x) </span> 
<div class="sageplot"> plot(f(x),(x,0,5)) </div>

Is there already a pandoc filter for this?