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 }}