From abe36e3b54ba07e143a83002108396d9b5b17128 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 27 Oct 2017 12:08:11 +0100 Subject: [PATCH] Ensure that section heading appears in reference documentation Asciidoctor appears to apply two blanks lines beneath a code block at the end of an included file otherwise the section heading that opens the following included file will be omitted. Closes gh-442 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index 28c2bc9d..8c358885 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -1199,3 +1199,4 @@ and adds a title: <1> Add a title to the table <2> Add a new column named "Constraints" <3> Include the descriptors' `constraints` attribute in each row of the table +