Skip to content

Commit a6dd03a

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update org.asciidoctor:asciidoctorj to v3.0.1
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 3fdc5f9 commit a6dd03a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ksp = "2.3.2"
1212
mavenPublishPlugin = "0.34.0"
1313

1414
aeSecurity = "0.147.0"
15-
asciidoctorj = "3.0.0"
15+
asciidoctorj = "3.0.1"
1616
asciidoctorjPdf = "2.3.23"
1717
blackduckCommon = "67.0.20"
1818
blackduckCommonApi = "2023.10.0.7"

plugins/reporters/asciidoc/src/funTest/resources/html-template-reporter-expected-result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
117117
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
118118
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
119-
pre>code{display:block}
120119
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
121120
em em{font-style:normal}
122121
strong strong{font-weight:400}
@@ -219,6 +218,7 @@
219218
.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class=highlight],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
220219
.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
221220
.listingblock>.content{position:relative}
221+
.listingblock pre>code{display:block}
222222
.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
223223
.listingblock:hover code[data-lang]::before{display:block}
224224
.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}

0 commit comments

Comments
 (0)