aboutsummaryrefslogtreecommitdiff
path: root/templates/rst.template
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:12:25 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:12:25 +0000
commit1a166987dfc049d03f034b920e4ae679402aa2f5 (patch)
tree285368b5ea9ff29b863b1e2216580fd387fd886e /templates/rst.template
parent4806628c8d8ef9e696a981e6f47ede2b3a6f4d48 (diff)
downloadpandoc-1a166987dfc049d03f034b920e4ae679402aa2f5.tar.gz
Added rough templates for all writers. These need much fine tuning.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1698 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/rst.template')
-rw-r--r--templates/rst.template45
1 files changed, 44 insertions, 1 deletions
diff --git a/templates/rst.template b/templates/rst.template
index 1333ed77b..6c4bfd0d4 100644
--- a/templates/rst.template
+++ b/templates/rst.template
@@ -1 +1,44 @@
-TODO
+===============
+:math:`$title$`
+===============
+
+:Author: $authors$
+:Date: $date$
+
+.. contents::
+
+$header-includes$
+
+$before$
+
+.. role:: math(raw)
+ :format: html latex
+
+section oen
+===========
+
+
+1. one
+
+ a. two
+
+ iii. three
+
+
+
+::
+
+ hi
+
+footnote [1]_
+
+.. [1]
+ with code
+
+ ::
+
+ code
+
+
+$after$
+