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?
| 1 | initial version |
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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.