From 9cc465d64914b3dfd34df2e99986ea3a2239c15d Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 27 Jul 2021 21:05:10 +0200 Subject: [PATCH] Rework AsciiDoc quote snippet. --- snippets/adoc-mode/quote | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/adoc-mode/quote b/snippets/adoc-mode/quote index 33bcc6e..8a12e81 100644 --- a/snippets/adoc-mode/quote +++ b/snippets/adoc-mode/quote @@ -2,8 +2,8 @@ # name: quote # key: quote # -- -[quote, attribution = "$1"] -[quote, citetitle = "$2"] -____ +[quote, attribution = "${1:Name}"] +[quote, citetitle = "${2:Place}"] +________________________________________________________________________________ $3footnote:[$4] -____ \ No newline at end of file +________________________________________________________________________________ \ No newline at end of file