We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3e7bd commit 9e03a62Copy full SHA for 9e03a62
1 file changed
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 = isMilkdown ? "markdown";
+ const fromString = "markdown";
66
67
try {
68
await pdcTs.Execute({
0 commit comments