Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
AsciiDoc Language
AsciiDoc Language
Commits
0dee2b14
Commit
0dee2b14
authored
Feb 16, 2021
by
Dan Allen
Browse files
define release-version only where needed and fix artifact ID of asciidoctorj in example
parent
08289a9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/antora.yml
View file @
0dee2b14
...
...
@@ -7,7 +7,6 @@ asciidoc:
source-language
:
asciidoc@
xrefstyle
:
short@
listing-caption
:
Example@
release-version
:
'
2.0.12'
nav
:
-
modules/ROOT/nav-top.adoc
-
modules/blocks/nav-basics.adoc
...
...
docs/modules/ROOT/pages/syntax-quick-reference.adoc
View file @
0dee2b14
...
...
@@ -822,6 +822,8 @@ include::pass:example$pass.adoc[tag=b-bl]
include::pass:example$pass.adoc[tag=b-bl]
====
:release-version: 2.4.3
.Customize block substitutions
[#ex-block-subs,subs=+macros]
------
...
...
docs/modules/verbatim/examples/listing.adoc
View file @
0dee2b14
...
...
@@ -43,7 +43,7 @@ DEPENDENCIES
----
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor
-java-integration
</artifactId>
<artifactId>asciidoctor
j
</artifactId>
<version>{release-version}</version>
</dependency>
----
...
...
@@ -55,7 +55,7 @@ DEPENDENCIES
----
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor
-java-integration
</artifactId>
<artifactId>asciidoctor
j
</artifactId>
<version>{release-version}</version>
</dependency>
----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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