Skip to content

Commit edf7ff1

Browse files
committed
feat: test out whether figures are produced again
1 parent 9e03a62 commit edf7ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const handler = async function (
6262
// pandoc source format
6363
// If Milkdown, disable the implicit_figures extension to remove all image captions
6464
// const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown";
65-
const fromString = "markdown";
65+
const fromString = "markdown+implicit_figures";
6666

6767
try {
6868
await pdcTs.Execute({

0 commit comments

Comments
 (0)