styleguidist/react-styleguidist
GitHub で見るCan react-styleguidist support markdown metadata?
Open
#1,361 opened on 2019年5月15日
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'
}