主题
把 HTML 片段转换为结构化的 JSON 树。
{{ value | html_to_json }}
knap/html
htmlFilters
{ "html": "<p>Hello</p>" }
{{ html | html_to_json }}
{"type":"element","tag":"p","children":[{"type":"text","content":"Hello"}]}