We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc87ce7 commit 75a2f32Copy full SHA for 75a2f32
preview-src/index.adoc
@@ -87,7 +87,7 @@ vfs
87
.pipe(uglify())
88
.pipe(gulp.dest('build'))
89
----
90
-<.> The tap function is used to wiretap the data in the pipe.
+<.> The `tap` function is used to wiretap the data in the pipe.
91
<.> Wrap each streaming file in a buffer so the files can be processed by uglify.
92
Uglify can only work with buffers, not streams.
93
src/css/doc.css
@@ -152,7 +152,8 @@
152
}
153
154
.doc p code,
155
-.doc thead code {
+.doc thead code,
156
+.doc .colist > table code {
157
color: var(--code-font-color);
158
background: var(--code-background);
159
border-radius: 0.25em;
0 commit comments