docs: expand reference pages and fix children shortcode rendering
Enable Goldmark block-level attributes so the relearn `children` shortcode applies its CSS classes instead of printing them literally in the table-of-contents pages. Also expand the deploy, plugins, records, and email reference docs and add the checks pages.
This commit is contained in:
parent
f50dcc8ba9
commit
6b6a8c847f
13 changed files with 1457 additions and 501 deletions
12
config.yml
12
config.yml
|
|
@ -62,5 +62,17 @@ params:
|
|||
- identifier: relearn-dark
|
||||
|
||||
|
||||
# The relearn theme attaches CSS classes to generated blocks (e.g. the
|
||||
# `children` shortcode appends `{class="children ..."}` after its list).
|
||||
# Goldmark only interprets that as block attributes when block parsing is
|
||||
# enabled; otherwise it is rendered as literal text.
|
||||
markup:
|
||||
goldmark:
|
||||
parser:
|
||||
attribute:
|
||||
block: true
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
outputs:
|
||||
home: [ "HTML", "RSS", "PRINT"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue