aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-snippets/UltiSnips/pandoc.snippets
blob: ce858f0b0dbcf60033be98fd717f2629cb847b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
extends markdown

# overwrite if necessary
priority -49

snippet title "Title Header" b
% ${1:`!v vim_snippets#Filename('$1', 'title')`}
% ${2:`!v g:snips_author`}
% ${3:`!v strftime("%d %B %Y")`}

$0
endsnippet