Skip to content

Commit 9785a4f

Browse files
committed
use 'default' df-print if not specified
1 parent a1ab4b8 commit 9785a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/formats-shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function defaultFormat(): Format {
176176
[kFigFormat]: "png",
177177
[kFigDpi]: 96,
178178
[kMermaidFormat]: undefined,
179-
[kDfPrint]: "kable",
179+
[kDfPrint]: "default",
180180
[kError]: false,
181181
[kEval]: true,
182182
[kCache]: null,

0 commit comments

Comments
 (0)