Garth Gilmour
06/03/2022, 12:26 PMa("<http://somewhere>") {}
but this no longer compiles. Although that's what the documents show.
One would expect:
a {
href = "<http://somewhere>"
}
But this doesn't work either.Jurriaan Mous
06/03/2022, 12:33 PMa(href="<http://somewhere>") {
+"link text"
}
Garth Gilmour
06/03/2022, 12:36 PMGarth Gilmour
06/03/2022, 12:40 PMdiv("container") {}
I find I have to write:
div { className = ClassName("container") }
Jurriaan Mous
06/03/2022, 12:51 PMGarth Gilmour
06/03/2022, 2:47 PMa {
href = "<http://somewhere>"
+"text"
}
turansky
06/03/2022, 7:47 PMGarth Gilmour
06/03/2022, 8:52 PM