jade filters 下怎么套变量?

block content
  article.entry
    h2= entry.title
    span.author= entry.author
    datetime= entry.date
    section
      :markdown
        #{entry.content} //这个地方要输出变量的值。

现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?

阅读 4.7k
1 个回答

这样应该做不到吧?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题