Skip to content

Commit 7d3e7bd

Browse files
committed
feat: test out whether figures are produced
1 parent 81ef11f commit 7d3e7bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const handler = async function (
6161
) => {
6262
// pandoc source format
6363
// If Milkdown, disable the implicit_figures extension to remove all image captions
64-
const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown";
64+
// const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown";
65+
const fromString = isMilkdown ? "markdown";
6566

6667
try {
6768
await pdcTs.Execute({

0 commit comments

Comments
 (0)