From 47da2ad3925a122d8e97ebe66434ea06195b9eff Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 14 May 2024 22:42:09 +0300 Subject: Disable code highlighting in RSS --- vendor/bin/pandoc-rss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor') diff --git a/vendor/bin/pandoc-rss b/vendor/bin/pandoc-rss index dad8232..aee70e1 100755 --- a/vendor/bin/pandoc-rss +++ b/vendor/bin/pandoc-rss @@ -135,7 +135,7 @@ generate_feed_item () set -- -V body: "$@" fi - pandoc --template="$TEMPLATES_DIR/item.xml" "$@" "$input_file" + pandoc --template="$TEMPLATES_DIR/item.xml" --no-highlight "$@" "$input_file" } generate_feed_items () -- cgit v1.3