diff --git a/qsgen2 b/qsgen2 index 8df5a9d..2499c63 100755 --- a/qsgen2 +++ b/qsgen2 @@ -315,6 +315,9 @@ function _pages() { # Remove the #title line from the buffer. No longer needed. page_content=$( grep -v '#title' ${page_content} ) + echo "${page_content}" + exit + # HTML'ify the page content page_content=$( ${engine} ${page_content} )