Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Robert Panzer
AsciiDoc Language
Commits
ace5f278
Commit
ace5f278
authored
Dec 07, 2020
by
Dan Allen
Browse files
remove unnecessary quotes in value of subs attribute
parent
74c6dec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/verbatim/examples/listing.adoc
View file @
ace5f278
...
...
@@ -39,7 +39,7 @@ DEPENDENCIES
// tag::subs[]
:release-version: pass:a[{release-version}]
[source,xml,subs=
"
attributes+
"
]
[source,xml,subs=attributes+]
----
<dependency>
<groupId>org.asciidoctor</groupId>
...
...
@@ -51,7 +51,7 @@ DEPENDENCIES
// in qr
// tag::subs-out[]
[source,xml,subs=
"
attributes+
"
]
[source,xml,subs=attributes+]
----
<dependency>
<groupId>org.asciidoctor</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment