.emacs.d/snippets/adoc-mode/quote

9 lines
131 B
Plaintext
Raw Normal View History

2019-11-24 21:22:32 +01:00
# -*- mode: snippet -*-
# name: quote
# key: quote
# --
[quote, attribution = $1]
[quote, citetitle = $2]
____
$3footnote:[$4]
____