Skip to content

Commit 3756158

Browse files
committed
fix: add math options
1 parent d09ab44 commit 3756158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-code-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function T(num) {
1313
);
1414
remark()
1515
.use(remarkMath)
16-
.use(remarkCodeFormat)
16+
.use(remarkCodeFormat, { math: true })
1717
.process(infile, function (err, res) {
1818
t.is(String(res), String(outfile));
1919
});

0 commit comments

Comments
 (0)