Closed fbenz closed 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.
+
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.