Browse Source

Reinstate 2nd blank line after lists at end of .adoc files

Without the 2nd blank line, Asciidoctor does not render the content
in the next file correctly or omits it entirely.

Closes gh-10946
pull/10972/head
Andy Wilkinson 8 years ago
parent
commit
544da5e612
  1. 1
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-executable-jar-format.adoc
  2. 1
      spring-boot-project/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc

1
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-executable-jar-format.adoc

@ -331,3 +331,4 @@ following alternatives: @@ -331,3 +331,4 @@ following alternatives:
* http://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin]
* http://www.jdotsoft.com/JarClassLoader.php[JarClassLoader]
* http://one-jar.sourceforge.net[OneJar]

1
spring-boot-project/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc

@ -152,3 +152,4 @@ Properties>> | @@ -152,3 +152,4 @@ Properties>> |
<<appendix-auto-configuration-classes.adoc#auto-configuration-classes, Auto-configuration
classes>> |
<<appendix-executable-jar-format.adoc#executable-jar, Executable Jars>>

Loading…
Cancel
Save