Ver código fonte

Add space before macro inclusion

Greg Turnquist 13 anos atrás
pai
commit
9fecf6bbec
2 arquivos alterados com 4 adições e 1 exclusões
  1. 2
    0
      README.asc
  2. 2
    1
      macros/prereq_editor_jdk_buildtools.asc

+ 2
- 0
README.asc Ver arquivo

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

+ 2
- 1
macros/prereq_editor_jdk_buildtools.asc Ver arquivo

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