-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Description
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 with guest``/``guest.
See the Migrating to Asciidoctor 1.5.0 guide for details.
Deliverables
- Migrate the reference manual to use the new syntax supported by Asciidoctor 1.5.x
Affects: 4.2 GA
Issue Links:
- Use unconstrained quotes instead of backticks in the reference manual [SPR-11650] #16273 Use unconstrained quotes instead of backticks in the reference manual
- XD-2369 Make Asciidoc documentation compatible with Asciidoctor 1.5.x
Referenced from: commits 0815560
Metadata
Metadata
Assignees
Labels
type: documentationA documentation taskA documentation task