Created
February 23, 2012 14:44
-
-
Save michaelt/1893142 to your computer and use it in GitHub Desktop.
pandoc + mathjax + scriptogr.am
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
$if(date)$ | |
Date: $date$ | |
$endif$ | |
$if(title)$ | |
Title: $title$ | |
$endif$ | |
--- | |
<div> | |
$for(include-before)$ | |
$include-before$ | |
$endfor$ | |
$body$ | |
$for(include-after)$ | |
$include-after$ | |
$endfor$ | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pandoc -r markdown -w html --mathjax --template=default.scriptogram --biblio=biblio.bib a.txt > 2012-01-13.md
This of course defeats one of the purposes of scriptogr.am`