diff --git a/.markdownlint.yml b/.markdownlint.yml index 5a93747..c3c8627 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -12,6 +12,13 @@ MD033: false MD034: false MD036: false +# One H1 per major section, not one H1 per document. +# eSolia documents nest H2/H3 under each H1 and return to H1 for the next +# section; the title comes from the filename and CMS metadata rather than an +# in-body heading. A single top-level H1 has caused Typst ingestion problems. +# MD001 (heading-increment) stays enabled: skipping a level is still an error. +MD025: false + MD024: siblings_only: true diff --git a/profile/README.md b/profile/README.md index dc272ff..e30cf8b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,6 +1,6 @@ [![Proven.lol Lightweight Proof](https://img.shields.io/badge/Proven.lol-Lightweight_Proof-green?style=flat-square&logo=cachet)](https://proven.lol/fbd788) -**Last Updated:** July 30th, 2026 at 1:54:22 AM GMT+9   **Today is:** Friday, July 31, 2026 +**Last Updated:** July 31st, 2026 at 7:42:52 PM GMT+9   **Today is:** Friday, July 31, 2026 ## Welcome 👋 @@ -161,7 +161,7 @@ Scan results feed a signed evidence bundle — SBOM, policy decision, and manife | Item | Value | | --- | --- | | Repo Total Files | 0 | -| Repo Size in KB | 140 | +| Repo Size in KB | 141 | | Lume Version | v3.2.4 | | Deno Version | 2.9.4 | | V8 Version | 15.0.245.2-rusty |