将灰尘标签渲染为普通 html
Render dust tag as plain html
我正在 dust.js 中制作一个文档页面。
部分文档是为了显示部分代码,但没有渲染。
我试过为此做一个帮手
{dust}
{@partial}...{/partial}
{dust}
但这似乎不是正确的方法。
如有任何帮助,我们将不胜感激。谢谢
Part of the documentation is to show the partial code without it being
rendered.
您应该将 {
和 }
替换为 {~lb}
和 {~rb}
,这样它们就不会被 Dust 解析
我正在 dust.js 中制作一个文档页面。
部分文档是为了显示部分代码,但没有渲染。
我试过为此做一个帮手
{dust}
{@partial}...{/partial}
{dust}
但这似乎不是正确的方法。
如有任何帮助,我们将不胜感激。谢谢
Part of the documentation is to show the partial code without it being rendered.
您应该将 {
和 }
替换为 {~lb}
和 {~rb}
,这样它们就不会被 Dust 解析