aboutsummaryrefslogtreecommitdiff
path: root/default.rst
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-07 22:06:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-07 22:07:11 -0700
commit7846f08b61167b0364722d440e06a432ade85303 (patch)
treef345b87e980174d46b3f6e1985aab91b8f310731 /default.rst
parentbed3f14dbc53f8dc69a542547d2858bb06c6fa94 (diff)
downloadpandoc-7846f08b61167b0364722d440e06a432ade85303.tar.gz
rst template: Added conditional role definition for raw-latex.
Diffstat (limited to 'default.rst')
-rw-r--r--default.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.rst b/default.rst
index ca9d2833d..30005d19b 100644
--- a/default.rst
+++ b/default.rst
@@ -21,6 +21,12 @@ $if(math)$
..
$endif$
+$if(rawtex)$
+.. role:: raw-latex(raw)
+ :format: latex
+..
+
+$endif$
$for(include-before)$
$include-before$