-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: documentationA documentation taskA documentation task
Description
spring-framework/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc
Line 122 in ac5c8ad
* `+"/projects/{project:[a-z]+}/versions"+` - match and capture a variable with a regex |
This line in the docs is not rendered correctly.
In this case passthrough should be marked with double plus signs, because the plus sign of the regex is interpreted as the end of the inline passthrough.
++"/projects/{project:[a-z]+}/versions"++
double plus ist documented on https://docs.asciidoctor.org/asciidoc/latest/pass/pass-macro/
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: documentationA documentation taskA documentation task