<!-- - Try to search for your issue, it may have already been answered or even fixed in the development version. - Check if the issue is reproducible with the latest stable version of dumi. If you are using a pre-release, please indicate the specific version you are using. - It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled "need repro" receives no further input from the issue author for more than 5 days, it will be closed. - If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it. --> ### Versions - dumi: 2.1.3 - node: - npm: - OS: - Browser: ### Steps to reproduce ``` ```jsx /** * title: 基础用法 * description: 这是介绍。<br /> 下一行 */ ```  ### What is Expected? https://github.com/umijs/dumi/blob/master/src/client/theme-default/builtins/Previewer/index.tsx#L51  看此处的代码,应该是可以显示 HTML 的。不知转义 HTML 现象,是刻意设计的 还是 遗漏了。 ### What is actually happening?
Activity
fix: html tags be escaped in demo frontmatter (#1432)
PeachScript commentedon Jan 28, 2023
v2.1.5 已修复