diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-02-08 16:31:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-02-08 16:31:19 -0800 |
commit | d0e49e0a8a786736b45685de4a5fc515f3efae16 (patch) | |
tree | cb3d0a2caf458656b4acf2dbf87649556e5aeedf | |
parent | 5b3247d0b28b5cdd11bc82f2381bbf688d557a07 (diff) | |
download | pandoc-d0e49e0a8a786736b45685de4a5fc515f3efae16.tar.gz |
rst template: remove definition of 'math' role as raw.
This used to be needed prior to v 0.8 of docutils, but
now math support is built-in.
-rw-r--r-- | data/templates/default.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/default.rst b/data/templates/default.rst index 30005d19b..e9c0dc203 100644 --- a/data/templates/default.rst +++ b/data/templates/default.rst @@ -15,12 +15,6 @@ $if(date)$ $endif$ $endif$ -$if(math)$ -.. role:: math(raw) - :format: html latex -.. - -$endif$ $if(rawtex)$ .. role:: raw-latex(raw) :format: latex |