com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Unable to use section tag #153

Closed nmalika5 closed 7 years ago

nmalika5 commented 7 years ago

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 7 years ago

I've been using tag("section")(...).

lihaoyi commented 7 years ago

Seems like it's under scalatags.Text.tags2 rather than all; not sure why, but yeah tag("section") works too