basic site
This commit is contained in:
parent
e99be95ce6
commit
a4337b3514
8 changed files with 207 additions and 2 deletions
4
lib/html_utils.typ
Normal file
4
lib/html_utils.typ
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#let html_show(body) = {
|
||||
show raw.where(lang: "raw-css"): it => html.style(it.text)
|
||||
body
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue