docs: some initial groundwork #2

Merged
multisamplednight merged 26 commits from :initial-docs into main 2024-01-20 19:00:52 +00:00
Showing only changes of commit cbbe2c3253 - Show all commits

View file

@ -48,8 +48,8 @@
"output", "streamer", "output", "streamer",
"modifier", "modifier",
) )
// yes, the shadowing is intentional // yes, the shadowing is intentional to avoid accidentally using the list
#let terms = regex(terms.map(expand).join("|")) #let terms = regex("\\b(" + terms.map(expand).join("|") + ")\\b")
#let conf( #let conf(
title: none, title: none,