Emacs: quotes in AsciiDoc-snippet.

This commit is contained in:
tastytea 2019-11-25 09:01:21 +01:00
parent e4c2a8faf2
commit 05848c35b9
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# name: quote
# key: quote
# --
[quote, attribution = $1]
[quote, citetitle = $2]
[quote, attribution = "$1"]
[quote, citetitle = "$2"]
____
$3footnote:[$4]
____