diff --git a/main.typ b/main.typ index ad689be..7bcea80 100644 --- a/main.typ +++ b/main.typ @@ -7,13 +7,14 @@ 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. +) - = 2. Architecture - The system follows a modular design. Below is a simplified component diagram: += 1. Introduction +This document demonstrates the `rfc-typst` package. It provides a clean, +RFC-compliant layout with automatic headers, footers, and structured headings. + += 2. Architecture +The system follows a modular design. Below is a simplified component diagram: /* #rfc-ascii[ @@ -22,14 +23,13 @@ +----------+ +----------+ +----------+ ] */ - == 2.1. Data Flow - 1. Client sends request - 2. Proxy validates & forwards - 3. Server processes & responds +== 2.1. Data Flow +1. Client sends request +2. Proxy validates & forwards +3. Server processes & responds - = 3. Security Considerations - All communication is encrypted using TLS 1.3. Refer to RFC 8446 for details. += 3. Security Considerations +All communication is encrypted using TLS 1.3. Refer to RFC 8446 for details. - = 4. References - #link("https://datatracker.ietf.org/doc/html/rfc8446")[RFC 8446] -] += 4. References +#link("https://datatracker.ietf.org/doc/html/rfc8446")[RFC 8446] diff --git a/rfc.typ b/rfc.typ index 95f0c60..633713f 100644 --- a/rfc.typ +++ b/rfc.typ @@ -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 }