如何在Pug中生成以下HTML:
<p hello="{{there}}" {{extra-attributes}}>hey!</p>
看起来您必须将doctype设置为html:
doctype html p({{extra-attributes}})
至少,这适用于玉石在线转换器。