Hello team,
Just wanted to report a possible typo in the doc:
The doc is here:
https://docs.spring.io/spring-boot/reference/features/ssl.html#features.ssl.pem
And the possible typo is highlighted in red (please see the screenshot below)
As you can see, in the doc, for the last line, it is recommended to still put one last \n
(backslash n)
There is no need for this last backlash n (the others are needed)
Furthermore, in an IDE, such as IntelliJ, this would yield a warning "trailing spaces -> remove trailing spaces".
May I ask if it makes sense for the spring team to remove the last back dash of this doc?
This is just an observation I had while reading and testing this property.
Please feel free to close this issue.
Good day,
Thank you!
Comment From: wilkinsona
I've opened https://github.com/spring-io/asciidoctor-extensions/issues/29.