Unable to use section tag
nmalika5 opened this issue · 2 comments
nmalika5 commented
Keep getting not found: value section
when I try to use section()
tag in scalatags. Couldn't find anything about it in the docs, but looking at the code there's a lazy val for this tag. Is it supported?
chipsenkbeil commented
I've been using tag("section")(...)
.
lihaoyi commented
Seems like it's under scalatags.Text.tags2
rather than all
; not sure why, but yeah tag("section")
works too