block content article.entry h2= entry.title span.author= entry.author datetime= entry.date section :markdown #{entry.content} //这个地方要输出变量的值。
现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?
block content article.entry h2= entry.title span.author= entry.author datetime= entry.date section :markdown #{entry.content} //这个地方要输出变量的值。
现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?
3 回答2.1k 阅读✓ 已解决
5 回答2.3k 阅读
2 回答1k 阅读✓ 已解决
1 回答782 阅读✓ 已解决
3 回答1.3k 阅读
3 回答1.5k 阅读
1 回答710 阅读✓ 已解决
这样应该做不到吧?