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

9 lines
302 B
Plaintext
Raw Normal View History

2019-11-24 21:22:32 +01:00
# -*- mode: snippet -*-
# name: quote
# key: quote
# --
2021-07-27 21:05:10 +02:00
[quote, attribution = "${1:Name}"]
[quote, citetitle = "${2:Place}"]
________________________________________________________________________________
2019-11-24 21:22:32 +01:00
$3footnote:[$4]
2021-07-27 21:05:10 +02:00
________________________________________________________________________________