styleguidist/react-styleguidist
Vedi su GitHubCan react-styleguidist support markdown metadata?
Open
#1361 aperta il 15 mag 2019
enhancementhelp wanted
Metriche repository
- Star
- (11.091 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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'
}