以上语法基本讲完了jade的语法,然后在jade里面并不仅仅局限于使用jade语法,同样可以使用其他的插件语言,这种机制在jade里面称为filter,在jade里面加入过滤器用冒号
markdown
:markdown
hi,this is **jade** [link](http://imooc.com)
=>
hi,this is jade link
less
style
:less
body{
p{
color:#ccc
}
}
=>
coffee-script
script
:coffee
console.log 'this is coffee'
=>
手机扫一扫
移动阅读更方便
你可能感兴趣的文章