styleguidist/react-styleguidist
Auf GitHub ansehenCan react-styleguidist support markdown metadata?
Open
#1.361 geöffnet am 15. Mai 2019
enhancementhelp wanted
Repository-Metriken
- Stars
- (11.091 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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'
}