Merge pull request #6840 from MarioCekic/patch-1
Remove unnecessary whitespace in configuration.md
This commit is contained in:
commit
86d86258a8
|
@ -642,12 +642,12 @@ collections:
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
# Handling Reading
|
# Handling Reading
|
||||||
safe: false
|
safe: false
|
||||||
include: [".htaccess"]
|
include: [".htaccess"]
|
||||||
exclude: ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
|
exclude: ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
|
||||||
keep_files: [".git", ".svn"]
|
keep_files: [".git", ".svn"]
|
||||||
encoding: "utf-8"
|
encoding: "utf-8"
|
||||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
strict_front_matter: false
|
strict_front_matter: false
|
||||||
|
|
||||||
# Filtering Content
|
# Filtering Content
|
||||||
|
@ -694,14 +694,14 @@ redcarpet:
|
||||||
extensions: []
|
extensions: []
|
||||||
|
|
||||||
kramdown:
|
kramdown:
|
||||||
auto_ids: true
|
auto_ids: true
|
||||||
entity_output: as_char
|
entity_output: as_char
|
||||||
toc_levels: 1..6
|
toc_levels: 1..6
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
input: GFM
|
input: GFM
|
||||||
hard_wrap: false
|
hard_wrap: false
|
||||||
footnote_nr: 1
|
footnote_nr: 1
|
||||||
show_warnings: false
|
show_warnings: false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Liquid Options
|
## Liquid Options
|
||||||
|
|
Loading…
Reference in New Issue