Skip to content

Commit 0a73f3d

Browse files
committed
remove math mathod declaration entirely
1 parent acbe475 commit 0a73f3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/format/formats.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ function hugoFormat(): Format {
213213
},
214214
pandoc: {
215215
to: "gfm",
216-
[kHtmlMathMethod]: "mathjax",
217216
[kWrap]: "preserve",
218217
},
219218
formatExtras: () => {
@@ -236,7 +235,6 @@ function gfmFormat(): Format {
236235
return createFormat("md", markdownFormat(), {
237236
pandoc: {
238237
to: "gfm",
239-
[kHtmlMathMethod]: "mathjax",
240238
},
241239
render: {
242240
[kVariant]: "+footnotes+tex_math_dollars-yaml_metadata_block",

0 commit comments

Comments
 (0)