umijs / dumi

📖 Static Site Generator for component library development
https://d.umijs.org
MIT License
3.51k stars 1.17k forks source link

feat: API 的 description 能支持 markdown 吗 #548

Open mortalYoung opened 3 years ago

mortalYoung commented 3 years ago

Description

image 如图 antd 是支持的

Bubble2 commented 3 years ago

貌似支持部分

jiyingzhi commented 3 years ago

+1

cwjTerrace commented 2 years ago

.dumi/theme/builtins/API.tsx description字段解析md

<td
  dangerouslySetInnerHTML={{
    __html: md.render(row.description),
  }}
/>