Closed
Description
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?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
fix: html tags be escaped in demo frontmatter (#1432)
PeachScript commentedon Jan 28, 2023
v2.1.5 已修复