Ansible_workstation/files/dotfiles/vim/UltiSnips/rst.snippets

16 lines
220 B
Plaintext

snippet index
${1: Title}
${1/./#/g}
:date: ${2: `date +%Y-%m-%d`}
:modified: $2
:authors: Bertrand Benjamin
:category: ${3:Classe/niveau}
:tags: ${4:Themes}
:summary: $1
Étape 1: ${5}
=========${5/./=/g}
endsnippet