We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e03a62 commit edf7ff1Copy full SHA for edf7ff1
index.ts
@@ -62,7 +62,7 @@ export const handler = async function (
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";
+ const fromString = "markdown+implicit_figures";
66
67
try {
68
await pdcTs.Execute({
0 commit comments