From d70519038b591d5eea902a0bd86a83bf3f1e91c5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 29 Aug 2019 21:18:28 -0700 Subject: [PATCH] Fix broken asciidoc syntax See gh-18007 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index c40c859033..2670dc1f27 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4440,7 +4440,7 @@ To configure the server, add a dependency to `com.unboundid:unboundid-ldapsdk` a spring.ldap.embedded.base-dn=dc=spring,dc=io ---- -NOTE +[NOTE] ==== It is possible to define multiple base-dn values, however, since distinguished names usually contain commas, they must be defined using the correct notation.