From b0a3a783e30b15fa4e830a8c6421399930e3d537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 2 Feb 2024 10:37:08 +0100 Subject: [PATCH] _pages: Debug engine --- qsgen2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qsgen2 b/qsgen2 index 7e07e4e..edc624d 100755 --- a/qsgen2 +++ b/qsgen2 @@ -419,6 +419,8 @@ function _pages() { local page_content=$( ${engine} "$page_content" ) elif [[ ${file_ext} == "md" ]]; then local page_content=$( echo "$page_content" | ${engine} >&1 ) + echo "$page_content" + exit fi # Look for links, images and videos and convert them if present.