我尝试在Jade/pug中发表评论,但评论在HTML中呈现为文本.这是我的代码:
doctype html
html(lang='en')
body
/ This should be a comment
Run Code Online (Sandbox Code Playgroud)
我做什么蠢事?
在 jade 中,我们使用//-进行注释。如果您尝试注释块,请确保它应正确缩进,如下例所示 -
doctype html
html(lang='en')
body
//-
This should be a comment
Indent correctly for block content
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
44371 次 |
最近记录: |