summaryrefslogtreecommitdiffstats
path: root/data/markdown.template
blob: 9a36af3ea58a0b2dddfab30f7f0e21f046732b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
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$