Is it considered bad practice to use HTML in Jade?

前端 未结 3 1491
再見小時候
再見小時候 2021-01-30 17:29

Jade looks like a cool templating engine and I think I\'ll be using it for my next project. However, some of the syntax doesn\'t make sense to me.

What do you get by doi

3条回答
  •  长情又很酷
    2021-01-30 17:56

    Jade now provides inline syntax for nested tags:

    a: img
    

    turns into

    
    

    Taken from the official documentation.

提交回复
热议问题