aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-06-05 23:52:23 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-05 17:52:23 -0400
commit1c368574651c7584439290181564e5d449e894b3 (patch)
tree486912c6c4dc9f7f79590cebe28f2a8c257310dc /data/templates
parent62f8422b8c5a72889f0dd416390f9e0b4ce56801 (diff)
downloadpandoc-1c368574651c7584439290181564e5d449e894b3.tar.gz
Add jira writer (#5548)
This adds support for Atlassian's jira markup. Closes #2497
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.jira9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/default.jira b/data/templates/default.jira
new file mode 100644
index 000000000..69bd05b56
--- /dev/null
+++ b/data/templates/default.jira
@@ -0,0 +1,9 @@
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$