implicit body

This commit is contained in:
2026-05-04 21:25:02 -06:00
parent f9bfedc370
commit 90e62895b2
2 changed files with 15 additions and 17 deletions

View File

@@ -7,7 +7,8 @@
category: "General",
authors: ("Jane Doe", "John Smith"),
date: datetime(year: 2026, month: 5, day: 5),
)[
)
= 1. Introduction
This document demonstrates the `rfc-typst` package. It provides a clean,
RFC-compliant layout with automatic headers, footers, and structured headings.
@@ -32,4 +33,3 @@
= 4. References
#link("https://datatracker.ietf.org/doc/html/rfc8446")[RFC 8446]
]

View File

@@ -7,7 +7,6 @@
authors: (),
date: datetime.today(),
frontmatter: content,
body
) = {
set text(font: "DejaVu Sans Mono")
show heading: set text(size: 12pt )
@@ -56,5 +55,4 @@
pagebreak()
}}
body
}