Fix asciidoctor syntax problems and updgrade to asciidoctor 1.5

Points to note for authors:

* Nesting "*" in `literals` does not behave like Markdown - you have to
escape the asterisk (e.g. `foo/\*`)

* Quote ligatures (why we had to use those I don't really know) are
different in asciidoctor 1.5 ('`foo`' instead of ``foo'')

Merge branch '1.1.x'

Conflicts:
	spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
	spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
This commit is contained in:
Dave Syer
2014-10-09 10:58:06 +01:00
6 changed files with 127 additions and 126 deletions

View File

@@ -200,7 +200,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>0.1.4</version>
<version>1.5.0</version>
<executions>
<execution>
<id>generate-docbook</id>