jade过滤器
阅读原文时间:2023年07月09日阅读:1

以上语法基本讲完了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'
=>

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器