summaryrefslogtreecommitdiff
path: root/cgit/filters/syntax-highlighting.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/filters/syntax-highlighting.sh')
-rwxr-xr-xcgit/filters/syntax-highlighting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/filters/syntax-highlighting.sh b/cgit/filters/syntax-highlighting.sh
index 44cd310..98e1f37 100755
--- a/cgit/filters/syntax-highlighting.sh
+++ b/cgit/filters/syntax-highlighting.sh
@@ -31,6 +31,6 @@ case "$(printf '%s' "$EXTENSION" | tr '[:upper:]' '[:lower:]')" in
esac
case "$EXTENSION" in
- md) exec cmark --safe;;
+ md) exec cmark;;
*) exec highlight --force -f -I -O xhtml -S "$EXTENSION" --ordered-list --line-number-ref=n 2>/dev/null;;
esac