This commit is contained in:
2025-07-23 00:52:23 +02:00
parent 386b230e27
commit 9641d3dd10
2 changed files with 19 additions and 3 deletions

View File

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