diff --git a/main.ts b/main.ts index 986c2d3..81a85e4 100644 --- a/main.ts +++ b/main.ts @@ -2,12 +2,10 @@ import { App, Editor, MarkdownPostProcessor, MarkdownPostProcessorContext, Markd interface CBLSettings { showLanguageAsLabel: boolean; - forceReload: boolean; } const DEFAULT_SETTINGS: CBLSettings = { showLanguageAsLabel: true, - forceReload: true, } const REGEX_CODEBLOCK_LABEL = /^```(?[^\s]+)?\s*(?:{(?