Skip to content

Commit baabb49

Browse files
authored
Merge pull request #22 from eSolia/chore/markdownlint-md025
chore(lint): disable markdownlint MD025 — documents use one H1 per section
2 parents dbffa1e + 74a18dd commit baabb49

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.markdownlint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ MD033: false
1212
MD034: false
1313
MD036: false
1414

15+
# One H1 per major section, not one H1 per document.
16+
# eSolia documents nest H2/H3 under each H1 and return to H1 for the next
17+
# section; the title comes from the filename and CMS metadata rather than an
18+
# in-body heading. A single top-level H1 has caused Typst ingestion problems.
19+
# MD001 (heading-increment) stays enabled: skipping a level is still an error.
20+
MD025: false
21+
1522
MD024:
1623
siblings_only: true
1724

profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Proven.lol Lightweight Proof](https://img.shields.io/badge/Proven.lol-Lightweight_Proof-green?style=flat-square&logo=cachet)](https://proven.lol/fbd788)
22

3-
**Last Updated:** July 30th, 2026 at 1:54:22 AM GMT+9   **Today is:** Friday, July 31, 2026
3+
**Last Updated:** July 31st, 2026 at 7:42:52 PM GMT+9   **Today is:** Friday, July 31, 2026
44

55
## Welcome 👋
66

@@ -161,7 +161,7 @@ Scan results feed a signed evidence bundle — SBOM, policy decision, and manife
161161
| Item | Value |
162162
| --- | --- |
163163
| Repo Total Files | 0 |
164-
| Repo Size in KB | 140 |
164+
| Repo Size in KB | 141 |
165165
| Lume Version | v3.2.4 |
166166
| Deno Version | 2.9.4 |
167167
| V8 Version | 15.0.245.2-rusty |

0 commit comments

Comments
 (0)