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:
nemunaire 2026-06-11 13:21:16 +09:00
commit 6b6a8c847f
13 changed files with 1457 additions and 501 deletions

View file

@ -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"]