@asciidoctor/core 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/asciidoctor.js +444 -358
- package/dist/browser/asciidoctor.min.js +1444 -1440
- package/dist/css/asciidoctor.css +7 -8
- package/dist/graalvm/asciidoctor.js +443 -357
- package/dist/node/asciidoctor.js +443 -357
- package/package.json +23 -26
- package/types/index.d.ts +31 -12
package/dist/css/asciidoctor.css
CHANGED
|
@@ -183,7 +183,8 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}}
|
|
|
183
183
|
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
|
|
184
184
|
details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
|
|
185
185
|
details{margin-left:1.25rem}
|
|
186
|
-
details>summary{cursor:pointer;display:block;position:relative;line-height:1.6;margin-bottom:.625rem;-webkit-tap-highlight-color:transparent}
|
|
186
|
+
details>summary{cursor:pointer;display:block;position:relative;line-height:1.6;margin-bottom:.625rem;outline:none;-webkit-tap-highlight-color:transparent}
|
|
187
|
+
details>summary::-webkit-details-marker{display:none}
|
|
187
188
|
details>summary::before{content:"";border:solid transparent;border-left:solid;border-width:.3em 0 .3em .5em;position:absolute;top:.5em;left:-1.25rem;transform:translateX(15%)}
|
|
188
189
|
details[open]>summary::before{border:solid transparent;border-top:solid;border-width:.5em .3em 0;transform:translateY(15%)}
|
|
189
190
|
details>summary::after{content:"";width:1.25rem;height:1em;position:absolute;top:.3em;left:-1.25rem}
|
|
@@ -225,9 +226,8 @@ pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
|
|
|
225
226
|
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
|
|
226
227
|
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
|
|
227
228
|
table.linenotable td.code{padding-left:.75em}
|
|
228
|
-
table.linenotable td.linenos{border-right:1px solid;opacity:.35;padding-right:.5em}
|
|
229
|
-
pre.pygments .
|
|
230
|
-
pre.pygments .lineno::before{content:"";margin-right:-.125em}
|
|
229
|
+
table.linenotable td.linenos,pre.pygments .linenos{border-right:1px solid;opacity:.35;padding-right:.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
230
|
+
pre.pygments span.linenos{display:inline-block;margin-right:.75em}
|
|
231
231
|
.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
|
|
232
232
|
.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
|
|
233
233
|
.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
|
|
@@ -264,7 +264,7 @@ table.frame-none>colgroup+*>:first-child>*,table.frame-sides>colgroup+*>:first-c
|
|
|
264
264
|
table.frame-none>:last-child>:last-child>*,table.frame-sides>:last-child>:last-child>*{border-bottom-width:0}
|
|
265
265
|
table.frame-none>*>tr>:first-child,table.frame-ends>*>tr>:first-child{border-left-width:0}
|
|
266
266
|
table.frame-none>*>tr>:last-child,table.frame-ends>*>tr>:last-child{border-right-width:0}
|
|
267
|
-
table.stripes-all
|
|
267
|
+
table.stripes-all>*>tr,table.stripes-odd>*>tr:nth-of-type(odd),table.stripes-even>*>tr:nth-of-type(even),table.stripes-hover>*>tr:hover{background:#f8f8f7}
|
|
268
268
|
th.halign-left,td.halign-left{text-align:left}
|
|
269
269
|
th.halign-right,td.halign-right{text-align:right}
|
|
270
270
|
th.halign-center,td.halign-center{text-align:center}
|
|
@@ -280,10 +280,11 @@ ol{margin-left:1.75em}
|
|
|
280
280
|
ul li ol{margin-left:1.5em}
|
|
281
281
|
dl dd{margin-left:1.125em}
|
|
282
282
|
dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
|
|
283
|
-
|
|
283
|
+
li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
|
|
284
284
|
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
|
|
285
285
|
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
|
|
286
286
|
ul.unstyled,ol.unstyled{margin-left:0}
|
|
287
|
+
li>p:empty:only-child::before{content:"";display:inline-block}
|
|
287
288
|
ul.checklist>li>p:first-child{margin-left:-1em}
|
|
288
289
|
ul.checklist>li>p:first-child>.fa-square-o:first-child,ul.checklist>li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
|
|
289
290
|
ul.checklist>li>p:first-child>input[type=checkbox]:first-child{margin-right:.25em}
|
|
@@ -326,8 +327,6 @@ sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
|
|
|
326
327
|
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
|
|
327
328
|
#footnotes .footnote:last-of-type{margin-bottom:0}
|
|
328
329
|
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
|
|
329
|
-
.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
|
|
330
|
-
.gist .file-data>table td.line-data{width:99%}
|
|
331
330
|
div.unbreakable{page-break-inside:avoid}
|
|
332
331
|
.big{font-size:larger}
|
|
333
332
|
.small{font-size:smaller}
|