aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/asciidoctor-asciidoc.conf
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-08-23 14:46:24 -0700
committerGerald Combs <gerald@wireshark.org>2017-08-23 21:48:57 +0000
commitaf180cc7d050e821825f3f4a2e96607b67704a39 (patch)
treed68a8110de0b963c56aa30980e4ce0e445721634 /docbook/asciidoctor-asciidoc.conf
parentf8ea11ff461c266e8f3746de12ba293932dcff0c (diff)
Update the AsciiDoc button macro name.
Change the name of the button macro to "btn" in order to be compatible with AsciiDoctor. Change-Id: I673e0fe0ae7b343abeb1afba0b9b11402efdf0d6 Reviewed-on: https://code.wireshark.org/review/23187 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/asciidoctor-asciidoc.conf')
-rw-r--r--docbook/asciidoctor-asciidoc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/asciidoctor-asciidoc.conf b/docbook/asciidoctor-asciidoc.conf
index 7fe2644bfd..95140e1985 100644
--- a/docbook/asciidoctor-asciidoc.conf
+++ b/docbook/asciidoctor-asciidoc.conf
@@ -144,8 +144,8 @@ endif::no-inline-literal[]
# --- or *** or ___ or - - - or * * * or _ _ _ (in addition to the built-in ''')
^ {0,3}([-\*_])( *)\1\2\1$=#ruler
-# button:[Save]
-(?su)(?<!\w)\\?button:\[(?P<attrlist>(?:\\\]|[^\]])+?)\]=button
+# btn:[Save]
+(?su)(?<!\w)\\?btn:\[(?P<attrlist>(?:\\\]|[^\]])+?)\]=button
# kbd:[F11] or kbd:[Ctrl+T] or kbd:[Ctrl,T]
(?su)(?<!\w)\\?kbd:\[(?P<attrlist>(?:\\\]|[^\]])+?)\]=keyboard