Anahi LibreSinn
Anahi LibreSinn
I wrote https://www.npmjs.com/package/remark-jsx (still in beta) so something like that could help. This uses a library called `remark` that converts markdown to an AST and parses it that way. Mine...
Yeah. I prefer Storybook because I can focus on a single component/page at a time whereas styleguidist (and correct me if I'm wrong) will gather all the [markdown] files and...
@etimberg Pretty simple (3 days of banging head against wall & gitter pleading) I import my `remark-jsx` component and [set it up](http://bit.ly/2FlgGyy). Include markdown, convert markdown, pass in array of...
[I put this in my version](https://github.com/tct-gaming/tct-warframe-player-guide). To note mine is much more organized but I'm just giving the code. What I like about this version is that it's 1. Based...
I also have ordering for the parents but I'm not a fan of how I'm doing that. I can give my code on that too but I think I will...