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 f3e6656 commit 3497654Copy full SHA for 3497654
configuration
@@ -11,7 +11,7 @@
11
export DENO=v1.46.3
12
# TODO figure out where 0.1.41 apple silicon libs are available
13
export DENO_DOM=v0.1.41-alpha-artifacts
14
-export PANDOC=3.6
+export PANDOC=3.6.3
15
export DARTSASS=1.70.0
16
export ESBUILD=0.19.12
17
export TYPST=0.13.0
src/resources/formats/html/pandoc/html.styles
@@ -130,8 +130,8 @@ pre code {
130
overflow: visible;
131
}
132
hr {
133
- background-color: #1a1a1a;
134
border: none;
+ border-top: 1px solid #1a1a1a;
135
height: 1px;
136
margin: 1em 0;
137
0 commit comments