From d1b37b16ecdba426174ae75f2c2657589fe710e7 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 30 Nov 2023 12:46:03 +0100 Subject: [PATCH] Revert "changed: replace --- with hr in color mode" This reverts commit 8bba9af403205a661265f540a1d10f7547871226. --- main.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.js b/main.js index 9f9c550..6c7de6a 100644 --- a/main.js +++ b/main.js @@ -2167,12 +2167,6 @@ function rawline2html(line, index, options) line = "" + line + ""; } - // hl - if (line == "---") - { - line = "
"; - } - // autocomplete snippets if (index == currentline()) {