styleguidist/react-styleguidist
Ver no GitHubCan react-styleguidist support markdown metadata?
Open
#1.361 aberto em 15 de mai. de 2019
enhancementhelp wanted
Métricas do repositório
- Stars
- (11.091 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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'
}