From de3943bca97202ddf10e57ee82aaf022342c97b5 Mon Sep 17 00:00:00 2001 From: Uros G Date: Thu, 20 May 2021 21:38:20 +0200 Subject: [PATCH] =?UTF-8?q?spreminjal=20config.yml=20-=20breaks:=20true=20?= =?UTF-8?q?(presledki=20v=20markdown=20se=20upo=C5=A1tevajo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.yml b/config/config.yml index d2ab4de..5c530aa 100644 --- a/config/config.yml +++ b/config/config.yml @@ -39,7 +39,7 @@ content_ext: .md # The file extension of your Markdown files content_config: # Parsedown Markdown parser config extra: true # Use the Parsedown Extra parser to support extended markup; # See https://michelf.ca/projects/php-markdown/extra/ for more info - breaks: false # A boolean indicating whether breaks in the markup should be reflected in the + breaks: true # A boolean indicating whether breaks in the markup should be reflected in the # parsed contents of the page escape: false # Escape HTML markup in your content files; don't confuse this with some sort of # safe mode, enabling this doesn't allow you to process untrusted user input! @@ -58,4 +58,4 @@ DummyPlugin.enabled: false # Force the plugin "DummyPlugin" to be disab ## # Custom # -my_custom_setting: Hello World! # You can access custom settings in themes using {{ config.my_custom_setting }} +#my_custom_setting: Hello World! # You can access custom settings in themes using {{ config.my_custom_setting }}