com-lihaoyi/scalatags

Unable to use section tag

nmalika5 opened this issue · 2 comments

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?

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

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