File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
main/ruby/lib/spring-asciidoctor-backends Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
class SpringDocinfoProcessor < Asciidoctor ::Extensions ::DocinfoProcessor
19
19
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>)
22
21
end
23
22
end
24
23
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Andy Wilkinson; Phillip Webb
9
9
This is an example asciidoctor file uses specific features of the Spring backend.
10
10
11
11
12
+
12
13
== Tab Roles
13
14
You can use the `role` attribute on source code to create tabs.
14
15
You have one `primary` roles and one or more `secondary` roles.
@@ -66,6 +67,7 @@ public void itAlsoLooksNice() {
66
67
--
67
68
68
69
70
+
69
71
== Copy to Clipboard
70
72
Hover over any code block and a copy-to-clipboard button is available:
71
73
You can’t perform that action at this time.
0 commit comments