spreminjal config.yml - breaks: true (presledki v markdown se upoštevajo)
parent
7b09fd985f
commit
de3943bca9
|
@ -39,7 +39,7 @@ content_ext: .md # The file extension of your Markdown files
|
||||||
content_config: # Parsedown Markdown parser config
|
content_config: # Parsedown Markdown parser config
|
||||||
extra: true # Use the Parsedown Extra parser to support extended markup;
|
extra: true # Use the Parsedown Extra parser to support extended markup;
|
||||||
# See https://michelf.ca/projects/php-markdown/extra/ for more info
|
# 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
|
# parsed contents of the page
|
||||||
escape: false # Escape HTML markup in your content files; don't confuse this with some sort of
|
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!
|
# 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
|
# 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 }}
|
||||||
|
|
Loading…
Reference in New Issue