# Quarto "online" profile — extends _quarto.yml for the HTML build. # Adds online-only appendices that are excluded from the PDF. # Usage: quarto render --to html --profile online # # Quarto merges arrays (confirmed by cderv), so these entries APPEND to the # base chapter list — they do not replace it. Do NOT duplicate chapters here. # All format settings are already in _quarto.yml; no format overrides needed. # # Chapter decisions (2026-05-05): # 21-discrim.qmd — full chapter in BOTH PDF and HTML; listed in _quarto.yml base config # 15-case-studies.qmd — online-only appendix (HTML only); added here # Rcode.qmd — online-only appendix (HTML only); added here book: appendices: - 15-case-studies.qmd - Rcode.qmd