styleguidist/react-styleguidist
View on GitHubCan react-styleguidist support markdown metadata?
Open
#1,361 opened on May 15, 2019
enhancementhelp wanted
Repository metrics
- Stars
- (11,091 stars)
- PR merge metrics
- (PR metrics pending)
Description
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'
}