-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Code snippet rendering issue in reference documentation #33760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm turning this issue into an If you have had a pull request merged before, consider leaving this one for someone new. Thanks! Problem@bohni pointed out that our reference documentation in this section does not render the mapping pattern as it should. Instead of reading SolutionAs pointed out in the same comment, changing this line: spring-framework/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc Line 122 in ac5c8ad
to You can change this line locally and then check that the documentation renders properly by:
Steps to Fix
|
Hi! If this issue is still open, I would like to work on it. Thanks! |
I've assigned the issue to you @Torres-09 ! |
Superseded by #33766 |
spring-framework/framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller/ann-requestmapping.adoc
Line 122 in ac5c8ad
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/
The text was updated successfully, but these errors were encountered: