...
|
...
|
@@ -23,6 +23,11 @@ $endif$
|
23
|
23
|
|
24
|
24
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
25
|
25
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.8.0/tocbot.css" integrity="sha256-XUbSD3m+xLW27W/mp9kMn+fI9AU2MoBkiMMSVVYWI+o=" crossorigin="anonymous">
|
|
26
|
+ <style type="text/css">
|
|
27
|
+ .is-collapsible {
|
|
28
|
+ transition: unset;
|
|
29
|
+ }
|
|
30
|
+ </style>
|
26
|
31
|
<style type="text/css">code{white-space: pre;}</style>
|
27
|
32
|
$if(quotes)$
|
28
|
33
|
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|