styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1 361 ouverte le 15 mai 2019

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)TypeScript (1 416 forks)github user discovery
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'
}

Guide contributeur