styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1361 aperta il 15 mag 2019

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)TypeScript (1416 fork)github user discovery
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'
}

Guida contributor