From 76eecc443e7b6f81089a036fbcf6354d3744239c Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Fri, 11 Sep 2020 15:58:09 +0200 Subject: [PATCH] DATAMONGO-2638 - Fix list item rendering in reference documentation. Original Pull Request: #885 --- src/main/asciidoc/reference/mongodb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/mongodb.adoc b/src/main/asciidoc/reference/mongodb.adoc index 7c6395fc5..7b3cbddad 100644 --- a/src/main/asciidoc/reference/mongodb.adoc +++ b/src/main/asciidoc/reference/mongodb.adoc @@ -27,7 +27,7 @@ First, you need to set up a running MongoDB server. Refer to the https://docs.mo To create a Spring project in STS: . Go to File -> New -> Spring Template Project -> Simple Spring Utility Project, and press Yes when prompted. Then enter a project and a package name, such as `org.spring.mongodb.example`. -.Add the following to the pom.xml files `dependencies` element: +. Add the following to the pom.xml files `dependencies` element: + [source,xml,subs="+attributes"] ----