mirror of
https://github.com/getgrav/grav.git
synced 2026-08-07 15:51:03 +02:00
Use pages.markdown.extra in system.yaml (#1007)
Markdown Extra is incorrectly specified as `markdown_extra`, whereas it should be:
```
markdown:
extra: false
```
This commit is contained in:
@@ -5,7 +5,8 @@ home:
|
||||
|
||||
pages:
|
||||
theme: antimatter
|
||||
markdown_extra: false
|
||||
markdown:
|
||||
extra: false
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
|
||||
Reference in New Issue
Block a user