From 055be11ee558545d8c9c229bd0d09012bebfae9c Mon Sep 17 00:00:00 2001 From: Ridvan ENIS Date: Sun, 6 Dec 2020 23:38:18 +0300 Subject: [PATCH] Fix AsciiDoc formatting issue under First Steps #744 Added a bulleted list. Else they are on the same line with no separator. --- spring-cloud-task-docs/src/main/asciidoc/preface.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spring-cloud-task-docs/src/main/asciidoc/preface.adoc b/spring-cloud-task-docs/src/main/asciidoc/preface.adoc index 820da61c..8bf53b85 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/preface.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/preface.adoc @@ -36,9 +36,11 @@ If you are just getting started with Spring Cloud Task or with 'Spring' in gener suggesting reading the <> chapter. To get started from scratch, read the following sections: -* "`<>`" -* "`<>`" + +* <> +* <> + + To follow the tutorial, read -"`<>`" +<> + To run your example, read -"`<>`" +<>