Skip to content

Commit 14bd61b

Browse files
committed
Simplify figure caption declaration
1 parent f12ccfb commit 14bd61b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentation/src/docs/asciidoc/user-guide/extensions.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,9 @@ code. User-supplied test and lifecycle methods are shown in orange, with callbac
10191019
implemented by extensions shown in blue. The grey box denotes the execution of a single
10201020
test method and will be repeated for every test method in the test class.
10211021

1022-
:figure-caption: User code and extension code
1023-
1024-
[#extensions-execution-order-diagram,reftext='{figure-caption}']
1025-
image::extensions_lifecycle.png[caption='',title='{figure-caption}']
1022+
[#extensions-execution-order-diagram]
1023+
.User code and extension code
1024+
image::extensions_lifecycle.png[]
10261025

10271026
The following table further explains the sixteen steps in the
10281027
<<extensions-execution-order-diagram>> diagram.

documentation/src/docs/asciidoc/user-guide/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ifdef::backend-pdf[:imagesdir: {imagesoutdir}]
1717
:sectnums:
1818
:toclevels: 4
1919
:last-update-label!:
20+
:figure-caption!:
2021
//
2122

2223
include::{includedir}/link-attributes.adoc[]

0 commit comments

Comments
 (0)