styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1.361 aberto em 15 de mai. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (1.416 forks)github user discovery
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'
}

Guia do colaborador