styleguidist/react-styleguidist
在 GitHub 查看Can react-styleguidist support markdown metadata?
Open
#1,361 创建于 2019年5月15日
enhancementhelp wanted
仓库指标
- Star
- (11,091 star)
- PR 合并指标
- (PR 指标待抓取)
描述
I want to get the metadata of markdown docs,For example,
---
title: componentName
anthor: John
---
and I can get the metadata in SectionRenderer, just like
{
title: 'componentName',
anthor: 'John'
}