Skip to content

Commit

Permalink
updating defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shindakun committed Jul 6, 2024
1 parent 18faa0e commit 6cb6f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export interface MarkdownExportPluginSettings {
export const DEFAULT_SETTINGS: MarkdownExportPluginSettings = {
output: "output",
attachment: "attachment",
displayImageAsHtml: true,
displayImageAsHtml: false,
GFM: true,
fileNameEncode: true,
removeOutgoingLinkBrackets: true,
removeOutgoingLinkBrackets: false,
includeFileName: false,
customFileName: "",
};

0 comments on commit 6cb6f5e

Please sign in to comment.