Expand Makefile workflow dependencies and sync parser formatting

This commit is contained in:
Julien Bisconti
2026-02-28 01:07:53 +01:00
parent ae81c12fc5
commit 0089da7ecb
3 changed files with 126 additions and 15 deletions

View File

@@ -30,6 +30,6 @@ type Section struct {
// Document is the parsed representation of the full README.
type Document struct {
Preamble []string // lines before the first section
Preamble []string // lines before the first section
Sections []Section
}