We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ef11f commit 7d3e7bdCopy full SHA for 7d3e7bd
index.ts
@@ -61,7 +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";
+ // const fromString = isMilkdown ? "markdown-implicit_figures" : "markdown";
65
+ const fromString = isMilkdown ? "markdown";
66
67
try {
68
await pdcTs.Execute({
0 commit comments