@@ -25,7 +25,7 @@ Lorem pertinacia `expetenda` et nec, [.underline]#wisi# illud [.line-through]#so
25
25
Eum an doctus <<liber-recusabo,maiestatis efficiantur>>.
26
26
Eu mea inani iriure.
27
27
28
- [source ,json]
28
+ [,json]
29
29
----
30
30
{
31
31
"name": "module-name",
@@ -40,7 +40,7 @@ Eu mea inani iriure.
40
40
----
41
41
42
42
.Example paragraph syntax
43
- [source ,asciidoc]
43
+ [,asciidoc]
44
44
----
45
45
.Optional title
46
46
[example]
@@ -51,23 +51,29 @@ This is an example paragraph.
51
51
[example]
52
52
This is an example paragraph.
53
53
54
+ .Summary
55
+ [%collapsible]
56
+ ====
57
+ Loads of details.
58
+ ====
59
+
54
60
=== Some Code
55
61
56
62
How about some code?
57
63
58
- [source ,js]
64
+ [,js]
59
65
----
60
66
vfs
61
67
.src('js/vendor/*.js', { cwd: 'src', cwdbase: true, read: false })
62
- .pipe(tap((file) => { // <1 >
68
+ .pipe(tap((file) => { // <. >
63
69
file.contents = browserify(file.relative, { basedir: 'src', detectGlobals: false }).bundle()
64
70
}))
65
- .pipe(buffer()) // <2 >
71
+ .pipe(buffer()) // <. >
66
72
.pipe(uglify())
67
73
.pipe(gulp.dest('build'))
68
74
----
69
- <1 > The tap function is used to wiretap the data in the pipe.
70
- <2 > Wrap each streaming file in a buffer so the files can be processed by uglify.
75
+ <. > The tap function is used to wiretap the data in the pipe.
76
+ <. > Wrap each streaming file in a buffer so the files can be processed by uglify.
71
77
Uglify can only work with buffers, not streams.
72
78
73
79
Execute these commands to validate and build your site:
@@ -105,7 +111,7 @@ m|"foo\nbar"
105
111
l|foo
106
112
bar
107
113
a|
108
- [source ,ruby]
114
+ [,ruby]
109
115
----
110
116
puts "foo\nbar"
111
117
----
@@ -264,7 +270,7 @@ Make the switch today!
264
270
Altera atomorum his ex, has cu elitr melius propriae.
265
271
Eos suscipit scaevola at.
266
272
267
- [quote, 'Famous Person. Cum dicat putant ne.', 'Cum dicat putant ne. https://example.com[Famous Person Website]']
273
+ [, 'Famous Person. Cum dicat putant ne.','Cum dicat putant ne. https://example.com[Famous Person Website]']
268
274
____
269
275
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
270
276
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
0 commit comments