diff --git a/main.js b/main.js index 6c7de6a..9f9c550 100644 --- a/main.js +++ b/main.js @@ -2167,6 +2167,12 @@ function rawline2html(line, index, options) line = "" + line + ""; } + // hl + if (line == "---") + { + line = "
"; + } + // autocomplete snippets if (index == currentline()) {