diff --git a/docs/zh-CN/concepts/template.md b/docs/zh-CN/concepts/template.md index 1d7c779a5..a2190fc7f 100755 --- a/docs/zh-CN/concepts/template.md +++ b/docs/zh-CN/concepts/template.md @@ -53,6 +53,18 @@ order: 11 } ``` +如果是变量本身有 html,则需要使用 raw 过滤 + +```schema +{ + "data": { + "text": "World!" + }, + "type": "page", + "body": "

Hello

${text|raw}" +} +``` + ### 表达式 > 1.5.0 及以上版本