diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-05-14 22:42:09 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-05-14 22:42:09 +0300 |
| commit | 47da2ad3925a122d8e97ebe66434ea06195b9eff (patch) | |
| tree | 8820c3e852eb2bbac461d598c3e34424a26a9205 /vendor | |
| parent | ccf815871ab6a0d06ad9060775a80926c91a35c4 (diff) | |
Disable code highlighting in RSS
Diffstat (limited to 'vendor')
| -rwxr-xr-x | vendor/bin/pandoc-rss | 2 |
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 () |
