summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ()