Rework AsciiDoc quote snippet.

This commit is contained in:
tastytea 2021-07-27 21:05:10 +02:00
parent 6a4dc52230
commit 9cc465d649
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

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