styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1,361 创建于 2019年5月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (1,416 fork)github user discovery
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'
}

贡献者指南