Revert "changed: replace --- with hr in color mode"

This reverts commit 8bba9af403.
This commit is contained in:
quenousimporte 2023-11-30 12:46:03 +01:00
parent 8bba9af403
commit d1b37b16ec
1 changed files with 0 additions and 6 deletions

View File

@ -2167,12 +2167,6 @@ function rawline2html(line, index, options)
line = "<span class='color-comment'>" + line + "</span>";
}
// hl
if (line == "---")
{
line = "<hr>";
}
// autocomplete snippets
if (index == currentline())
{