diff options
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 9a9f5160..2cba7d0e 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -96,7 +96,7 @@ handle_extension() { ## DOCX docx) ## Preview as markdown conversion - pandoc -t markdown "${FILE_PATH}" && exit 5 + pandoc -s -t markdown "${FILE_PATH}" && exit 5 exit 1;; ## XLSX |