styleguidist/react-styleguidist

Can react-styleguidist support markdown metadata?

Open

#1,361 opened on May 15, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (1,416 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (11,091 stars)
PR merge metrics
 (PR metrics pending)

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'
}

Contributor guide