4 lines
95 B
Typst
4 lines
95 B
Typst
#let html_show(body) = {
|
|
show raw.where(lang: "raw-css"): it => html.style(it.text)
|
|
body
|
|
}
|