Просмотр исходного кода

Add space before macro inclusion

Greg Turnquist 13 лет назад
Родитель
Сommit
9fecf6bbec
2 измененных файлов: 4 добавлений и 1 удалений
  1. 2
    0
      README.asc
  2. 2
    1
      macros/prereq_editor_jdk_buildtools.asc

+ 2
- 0
README.asc Просмотреть файл

@@ -1,6 +1,7 @@
1 1
 :project_id: gs-rest-service
2 2
 :spring_version: 3.2.4.RELEASE
3 3
 :spring_boot_version: 0.5.0.M4
4
+
4 5
 This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
5 6
 
6 7
 == What you'll build
@@ -33,6 +34,7 @@ The `name` parameter value overrides the default value of "World" and is reflect
33 34
 == What you'll need
34 35
 
35 36
  - About 15 minutes
37
+
36 38
 include::macros/prereq_editor_jdk_buildtools.asc[]
37 39
 
38 40
 

+ 2
- 1
macros/prereq_editor_jdk_buildtools.asc Просмотреть файл

@@ -1,9 +1,10 @@
1
-:linkattrs:
2 1
 //
3 2
 // WARNING: DO NOT EDIT THIS FILE unless you are inside the getting-started-macros repo.
4 3
 // For more information see https://github.com/spring-guides/draft-gs-template/wiki/Pull-in-needed-macros
5 4
 // to see how this macro is used for writing Getting Started guides.
6 5
 //
6
+:linkattrs:
7
+
7 8
 ifndef::java_version[:java_version: 1.6]
8 9
 
9 10
  - A favorite text editor or IDE