We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09ab44 commit 3756158Copy full SHA for 3756158
tests/test-code-format.js
@@ -13,7 +13,7 @@ async function T(num) {
13
);
14
remark()
15
.use(remarkMath)
16
- .use(remarkCodeFormat)
+ .use(remarkCodeFormat, { math: true })
17
.process(infile, function (err, res) {
18
t.is(String(res), String(outfile));
19
});
0 commit comments