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 0edba7d commit 128e12aCopy full SHA for 128e12a
src/main/css/asciidoctor.css
@@ -849,7 +849,7 @@ i.fa.icon-warning {
849
850
/* Pass-though Classes */
851
852
-.doc .nowrap {
+.doc :not(pre).nowrap {
853
white-space: nowrap;
854
}
855
src/test/asciidoc/standard.adoc
@@ -242,6 +242,22 @@ Why not have some YAML:
242
import: "optional:file:./dev.properties"
243
----
244
245
+Or some HTTP that also has `nowrap` set:
246
+
247
+[source,http,options="nowrap"]
248
+----
249
+HTTP/1.1 200 OK
250
+Content-Type: application/vnd.spring-boot.actuator.v3+json
251
+Content-Length: 121
252
+{
253
+ "events" : [ {
254
+ "timestamp" : "2021-03-18T16:49:30.625Z",
255
+ "principal" : "alice",
256
+ "type" : "logout"
257
+ } ]
258
+}
259
260
261
262
263
== Tables
0 commit comments