First time here? Check out the FAQ!
asked 5 years ago
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?