From 477365d56e567c904fbf3fe22f4c899ca981c741 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 12 Jul 2023 16:28:21 +0200 Subject: [PATCH] fixed: handle middle word underscores --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index cf9b3d1..30ea86e 100644 --- a/main.js +++ b/main.js @@ -1538,6 +1538,7 @@ function md2html(content) converter.setOption("simpleLineBreaks", true); converter.setOption("metadata", true); converter.setOption("tasklists", true); + converter.setOption("literalMidWordUnderscores", true); if (settings.linksinnewtab) {