Reformat Terce/Sext/None capitulum text as multi-line block scalars
Every capitulum-*.yml under the three Little Hours combined the chapter, "R. Deo grátias"/"Thanks be to God", and the trailing V./R. pair into one flat single-line string. The .lang-column CSS already renders on white-space: pre-line (as little-hour-conclusio.yml's block-scalar text already demonstrated), so the run-together rendering was purely a missing line-break bug in the source YAML, not a CSS or resolver issue. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PXySSbbUh1EhdN1RnAoCaP
This commit is contained in:
@@ -2,8 +2,16 @@
|
||||
# live query, All Saints' own day (2026-11-01, clean year).
|
||||
id: none-capitulum-all-saints
|
||||
text:
|
||||
la: "Benedíctio, et cláritas, et sapiéntia, et gratiárum áctio, honor, virtus, et fortitúdo Deo nostro, in sǽcula sæculórum. Amen. R. Deo grátias. V. Justi autem in perpétuum vivent. R. Et apud Dóminum est merces eórum."
|
||||
en: "Saying: Amen. Benediction, and glory, and wisdom, and thanksgiving, honour, and power, and strength to our God for ever and ever. Amen. R. Thanks be to God. V. The righteous live for evermore. R. Their reward also is with the Lord."
|
||||
la: |
|
||||
Benedíctio, et cláritas, et sapiéntia, et gratiárum áctio, honor, virtus, et fortitúdo Deo nostro, in sǽcula sæculórum. Amen.
|
||||
R. Deo grátias.
|
||||
V. Justi autem in perpétuum vivent.
|
||||
R. Et apud Dóminum est merces eórum.
|
||||
en: |
|
||||
Saying: Amen. Benediction, and glory, and wisdom, and thanksgiving, honour, and power, and strength to our God for ever and ever. Amen.
|
||||
R. Thanks be to God.
|
||||
V. The righteous live for evermore.
|
||||
R. Their reward also is with the Lord.
|
||||
citation:
|
||||
la: "Apo 7:12"
|
||||
en: "Rev 7:12"
|
||||
|
||||
Reference in New Issue
Block a user