_pages: Disable engine debug
This commit is contained in:
		
							
								
								
									
										6
									
								
								qsgen2
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user