Skip to content

Commit e0a6c25

Browse files
committed
Polish
1 parent 88d6b4e commit e0a6c25

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/ruby/lib/spring-asciidoctor-backends/spring-docinfo-processor.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
class SpringDocinfoProcessor < Asciidoctor::Extensions::DocinfoProcessor
1919
def process(document)
20-
%(<script src="js/setup.js"></script>
21-
<script defer src="js/site.js"></script>)
20+
%(<script src="js/setup.js"></script><script defer src="js/site.js"></script>)
2221
end
2322
end
2423

src/test/asciidoc/spring.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Andy Wilkinson; Phillip Webb
99
This is an example asciidoctor file uses specific features of the Spring backend.
1010

1111

12+
1213
== Tab Roles
1314
You can use the `role` attribute on source code to create tabs.
1415
You have one `primary` roles and one or more `secondary` roles.
@@ -66,6 +67,7 @@ public void itAlsoLooksNice() {
6667
--
6768

6869

70+
6971
== Copy to Clipboard
7072
Hover over any code block and a copy-to-clipboard button is available:
7173

0 commit comments

Comments
 (0)