Skip to content

Commit 3497654

Browse files
committed
Update to pandoc 3.6.3
and small change in HTML styles template
1 parent f3e6656 commit 3497654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
export DENO=v1.46.3
1212
# TODO figure out where 0.1.41 apple silicon libs are available
1313
export DENO_DOM=v0.1.41-alpha-artifacts
14-
export PANDOC=3.6
14+
export PANDOC=3.6.3
1515
export DARTSASS=1.70.0
1616
export ESBUILD=0.19.12
1717
export TYPST=0.13.0

src/resources/formats/html/pandoc/html.styles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ pre code {
130130
overflow: visible;
131131
}
132132
hr {
133-
background-color: #1a1a1a;
134133
border: none;
134+
border-top: 1px solid #1a1a1a;
135135
height: 1px;
136136
margin: 1em 0;
137137
}

0 commit comments

Comments
 (0)