diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:25 +0000 |
commit | 1a166987dfc049d03f034b920e4ae679402aa2f5 (patch) | |
tree | 285368b5ea9ff29b863b1e2216580fd387fd886e /templates/rst.template | |
parent | 4806628c8d8ef9e696a981e6f47ede2b3a6f4d48 (diff) | |
download | pandoc-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.template | 45 |
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$ + |