You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still experience the same issue that was also referenced in #638 and thought this should be fine with the 2.0.4 release.
We use the Spring Boot release 2.1.9 and with that Spring RESTDocs 2.0.4 with the following (shrinked to the necessary) index.adoc:
= The title
additional info;
:doctype: book
:icons: font
:source-highlighter: highlightjs
:toc: left
:toclevels: 4
:leveloffset: 1
:sectlinks:
:sectnums:
:linkattrs:
:last-update-label!:
Sample explanation
operation::regenerateAllItems[snippets='path-parameters']
After building there is still this error which does not show up with Spring RESTDocs 2.0.3:
[INFO] asciidoctor: WARN: index.adoc: line 2: section title out of sequence: expected levels 0 or 1, got level 2
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Section title out of sequence with operation macro
Section title out of sequence with operation macro when using leveloffset
Oct 16, 2019
Thanks for the report. It's :leveloffset: 1 that is causing the problem. We'll need to see if it can be taken into account when create the section(s) for the operation's snippet(s).
We still experience the same issue that was also referenced in #638 and thought this should be fine with the 2.0.4 release.
We use the Spring Boot release 2.1.9 and with that Spring RESTDocs 2.0.4 with the following (shrinked to the necessary) index.adoc:
After building there is still this error which does not show up with Spring RESTDocs 2.0.3:
The text was updated successfully, but these errors were encountered: