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()) {