This commit is contained in:
dashie 2024-01-09 17:45:21 +00:00
parent 4ce842086d
commit 6cbde4a575
48 changed files with 708 additions and 2310 deletions

View file

@ -72,16 +72,13 @@ local codeSnippet = s(
"code-",
fmt(
[[
//typstfmt::off
```{1}
{2}
```
//typstfmt::on
]],
{
i(1, "lang"),
i(2, "code"),
i(1, ""),
i(2, ""),
}
)
)