use ninja for building

This commit is contained in:
2025-07-23 00:42:51 +02:00
parent c9d8f8db60
commit 386b230e27
4 changed files with 94 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
#show underline: it => {
context if is-html() {
html.elem("u", it.body)
html.elem("span", attrs: (style: "text-decoration: underline;"), it.body)
} else {
it
}