Commit 503956d upgraded the build to use version 1.5.2 of the asciidoctor-gradle-plugin; however, there were additional changes in the Asciidoctor syntax that were missed.
For example, syntax like \+\+TestExecutionListener\+\+s (introduced in #16273) is no longer supported by Asciidoctor 1.5.x. Instead, the ```TestExecutionListener``s` syntax must be used.
Similarly, syntax like \+\+guest\+\+/\+\+guest\+\+ must be replaced with guest``/``guest.
Sam Brannen opened SPR-14355 and commented
Status Quo
Commit 503956d upgraded the build to use version 1.5.2 of the
asciidoctor-gradle-plugin
; however, there were additional changes in the Asciidoctor syntax that were missed.For example, syntax like
\+\+TestExecutionListener\+\+s
(introduced in #16273) is no longer supported by Asciidoctor 1.5.x. Instead, the ```TestExecutionListener``s` syntax must be used.Similarly, syntax like
\+\+guest\+\+/\+\+guest\+\+
must be replaced withguest``/``guest
.See the Migrating to Asciidoctor 1.5.0 guide for details.
Deliverables
Affects: 4.2 GA
Issue Links:
Referenced from: commits 0815560
The text was updated successfully, but these errors were encountered: