summaryrefslogtreecommitdiffstats
path: root/data/markdown.template
diff options
context:
space:
mode:
Diffstat (limited to 'data/markdown.template')
-rw-r--r--data/markdown.template12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/markdown.template b/data/markdown.template
new file mode 100644
index 0000000..9a36af3
--- /dev/null
+++ b/data/markdown.template
@@ -0,0 +1,12 @@
++++
+title = "$title/nowrap$"
+$if(date)$date = "$date/nowrap$"
+$endif$$if(author)$author = "$author/nowrap$"
+$endif$tags = [$for(tags)$"$tags$"$sep$, $endfor$]
+categories = [$for(categories)$"$categories$"$sep$, $endfor$]
+backlinks = [$for(backlinks)$"$backlinks$"$sep$, $endfor$]
+forwardlinks = [$for(forwardlinks)$"$forwardlinks$"$sep$, $endfor$]
+$if(custom_id)$customid = "$custom_id$"
+$endif$+++
+
+$body$