Jade -- 在一行中嵌套 html 标签
Jade -- nested html tag in one line
根据 Jade 文档,我可以这样写:
div
ul
li.active one
li two
li three
我正在考虑这样的事情:
div - ul
li.active one
li two
li three
如何将多个 html 标签放在一行中?我没有在文档中找到方法。
提前致谢。 :)
div: ul
li.active one
li two
li three
https://pugjs.org/language/tags.html
根据 Jade 文档,我可以这样写:
div
ul
li.active one
li two
li three
我正在考虑这样的事情:
div - ul
li.active one
li two
li three
如何将多个 html 标签放在一行中?我没有在文档中找到方法。
提前致谢。 :)
div: ul
li.active one
li two
li three
https://pugjs.org/language/tags.html