styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1,361 opened on 2019年5月15日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)TypeScript (1,416 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (11,091 stars)
PR merge metrics
 (PR metrics pending)

説明

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'
}

コントリビューターガイド