From b9953cd410686e0be3cfa4a1f5fc65cc05af0dd7 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 15 Jan 2025 14:51:35 +0100 Subject: fix: md cannot really be highlighted in some places in cgit atm due to problems --- image/filters/syntax-highlighting.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'image/filters') diff --git a/image/filters/syntax-highlighting.sh b/image/filters/syntax-highlighting.sh index 1bd02b1..46ad2bb 100755 --- a/image/filters/syntax-highlighting.sh +++ b/image/filters/syntax-highlighting.sh @@ -1,8 +1,5 @@ #!/bin/sh set -e -if [[ "$1" == *.md ]]; then - exec markdown-tool -fi echo -n "
"
 bat -pp --color always --file-name "$1" | ansi2html -i
 echo -n '
' -- cgit v1.2.3