Skip to content

Instantly share code, notes, and snippets.

@michaelt
Created February 23, 2012 14:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save michaelt/1893142 to your computer and use it in GitHub Desktop.
Save michaelt/1893142 to your computer and use it in GitHub Desktop.
pandoc + mathjax + scriptogr.am
---
$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>
@michaelt
Copy link
Author

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment