styleguidist/react-styleguidist
Voir sur GitHubCan react-styleguidist support markdown metadata?
Open
#1 361 ouverte le 15 mai 2019
enhancementhelp wanted
Métriques du dépôt
- Stars
- (11 091 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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'
}