javiercf / react-markdown-loader

This loader parses markdown files and converts them to a React Stateless Component. It will also parse FrontMatter to import dependencies and render components along with it’s source code. We developed this loader in order to make the process of creating styleguides for React components easier
145 stars 33 forks source link

export front-matter #14

Closed GeorgeTaveras1231 closed 7 years ago

GeorgeTaveras1231 commented 7 years ago

Motive

I'm trying out this loader for my company's react style-guide and would like to get access to the front-matter attributes when loading markdown files

Todo

This adds support for things like:

```bash
npm install some-package
# When language is not provided, it still works, similar to how github-md treats fences.
```
some-shell-command a b c
```

</details>