Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AsciiDoc Language
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sarah White
AsciiDoc Language
Commits
4a89f498
Commit
4a89f498
authored
4 years ago
by
Dan Allen
Browse files
Options
Downloads
Patches
Plain Diff
resolves #39 move callouts for block image example to included line (PR #40)
parent
26d6699f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.adoc
+1
-0
1 addition, 0 deletions
CHANGELOG.adoc
modules/macros/examples/image.adoc
+4
-0
4 additions, 0 deletions
modules/macros/examples/image.adoc
modules/macros/pages/images.adoc
+1
-1
1 addition, 1 deletion
modules/macros/pages/images.adoc
with
6 additions
and
1 deletion
CHANGELOG.adoc
+
1
−
0
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)
...
...
This diff is collapsed.
Click to expand it.
modules/macros/examples/image.adoc
+
4
−
0
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[]
...
...
This diff is collapsed.
Click to expand it.
modules/macros/pages/images.adoc
+
1
−
1
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
----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment