diff options
-rwxr-xr-x | ranger/data/scope.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 56ec51fb..bad000a3 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -83,6 +83,7 @@ handle_extension() { odt|ods|odp|sxw) ## Preview as text conversion odt2txt "${FILE_PATH}" && exit 5 + # Preview as markdown conversion pandoc -s -t markdown "${FILE_PATH}" && exit 5 exit 1;; |