We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f010de commit 58bc9f4Copy full SHA for 58bc9f4
index.ts
@@ -61,8 +61,8 @@ export const handler = async function (
61
) => {
62
// pandoc source format
63
// If Milkdown, disable the implicit_figures extension to remove all image captions
64
- // const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown";
65
- const fromString = "markdown+implicit_figures";
+ const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown+implicit_figures";
+ // const fromString = "markdown+implicit_figures";
66
67
try {
68
await pdcTs.Execute({
0 commit comments