ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
311 stars 86 forks source link

Fix interpretation of + by not using compat mode #348

Closed fbenz closed 5 years ago

fbenz commented 5 years ago

The meaning of + changed with AsciiDoctor 1.5.0, see https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#formatted-text The compat mode is there to keep the pre 1.5.0 handling, see https://asciidoctor.org/docs/migration/#compat-mode The PR https://github.com/ScaCap/spring-auto-restdocs/pull/327 introduced + to disable interpolation, Spring REST Docs is using it and most users will also go with the latest AsciiDoctor version. Thus we should avoid the compat mode.