summaryrefslogtreecommitdiffstats
path: root/vendor/bin
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-05-14 22:42:09 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-05-14 22:42:09 +0300
commit47da2ad3925a122d8e97ebe66434ea06195b9eff (patch)
tree8820c3e852eb2bbac461d598c3e34424a26a9205 /vendor/bin
parentccf815871ab6a0d06ad9060775a80926c91a35c4 (diff)
Disable code highlighting in RSS
Diffstat (limited to 'vendor/bin')
-rwxr-xr-xvendor/bin/pandoc-rss2
1 files changed, 1 insertions, 1 deletions
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 ()