From ae8b76e7912aafa6d63f113f0ecc2fc574802029 Mon Sep 17 00:00:00 2001 From: Sean Bowers Date: Wed, 26 Jan 2022 10:26:59 -0700 Subject: [PATCH] Removed force reload --- main.ts | 20 -------------------- 1 file changed, 20 deletions(-) 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*(?:{(?