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

9 lines
135 B
Plaintext
Raw Normal View History

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