You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
-4
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,6 @@ program
42
42
"-i, --img-output-path <string>",
43
43
"Path to directory where images will be stored. If this is not included, images will be placed in the same directory as the document that uses them, which then allows for localization of screenshots."
44
44
)
45
-
// .option(
46
-
// "-l, --internal-link-prefix <string>",
47
-
// "when converting a link from one page to another, prefix the with this path instead of the default, which is rooted at the markdown-output-path."
48
-
// )
49
45
.option(
50
46
"-p, --img-prefix-in-markdown <string>",
51
47
"When referencing an image from markdown, prefix with this path instead of the full img-output-path. Should be used only in conjunction with --img-output-path."
0 commit comments