From b8b5ce7bcb55d93f518a199a67a7971f59d92a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 2 Feb 2024 10:46:57 +0100 Subject: [PATCH] _pages: Disable engine debug --- qsgen2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qsgen2 b/qsgen2 index ae7c0b3..131e940 100755 --- a/qsgen2 +++ b/qsgen2 @@ -418,9 +418,9 @@ function _pages() { if [[ ${file_ext} == "tpl" ]]; then local page_content=$( ${engine} "$page_content" ) elif [[ ${file_ext} == "md" ]]; then - local page_content=$( echo "$page_content" | ${engine} ) - echo "$page_content" - exit + local page_content=$(echo "$page_content" | ${engine}) + #echo "$page_content" + #exit fi # Look for links, images and videos and convert them if present.