Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sarah White
AsciiDoc Language
Commits
4a89f498
Commit
4a89f498
authored
Jan 13, 2021
by
Dan Allen
Browse files
resolves #39 move callouts for block image example to included line (PR #40)
parent
26d6699f
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.adoc
View file @
4a89f498
...
...
@@ -17,6 +17,7 @@ Fixed::
* Fix grouping in navigation files
* Update xrefs to reflect module name change in asciidoctor component
* Document the substitution values that the inline pass macro accepts; clarify the purpose of this macro (#37)
* Move callouts for block image example to included line (#39)
Added::
* Import the AsciiDoc syntax quick reference content (#14)
...
...
modules/macros/examples/image.adoc
View file @
4a89f498
...
...
@@ -3,6 +3,10 @@
image::sunset.jpg[]
// end::base[]
// tag::base-co[]
image::sunset.jpg[] <.> <.>
// end::base-co[]
// in qr as result
// tag::qr-base[]
image::macros:sunset.jpg[]
...
...
modules/macros/pages/images.adoc
View file @
4a89f498
...
...
@@ -13,7 +13,7 @@ It's preceded by a blank line, entered on a line by itself, and then followed by
----
Content in document.
include::example$image.adoc[tag=base
] <.> <.>
include::example$image.adoc[tag=base
-co]
Content in document
----
...
...
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