docs: improve code examples

This commit is contained in:
2025-02-27 08:49:47 +02:00
parent 394d4b1fcf
commit 0e6f2ce25e
3 changed files with 22 additions and 6 deletions

View File

@ -36,9 +36,10 @@ To use the template, include it in your project and utilize the provided functio
#show: lab-pz-template.with(
title: "Some title",
)
// this template automatically inserts a `=title`
// Write your content
#v(-spacing)
#v(-spacing) // remove spacing between headings
== Purpose
Some text
```