David Clark
David Clark
@MathiasSM This repo is not right now related to remark-react, and doesn't use it. The `remarkReactComponents` option is a nice one, agreed: this project would have to independently implement it....
@kepta what do you think of the prior discussion, about keeping the macro out of this repo?
@weyert There is no Babel macro implementation right now.
> Is there any reason why that specific change can't be implemented here? Nope. In fact, you can do that right now by making a custom template https://github.com/mapbox/jsxtreme-markdown/tree/master/packages/jsxtreme-markdown#template
Ah, interesting ... I guess this would be an option for [toJsx](https://github.com/mapbox/jsxtreme-markdown/tree/master/packages/jsxtreme-markdown#tojsx), which would then make it available to all the higher-level functions. The way things currently work, I'm afraid...
PostCSS has made a lot of progress improving the ecosystem of CSS tools. Seems to me like a significant mistake to create a new parser, trying to instigate a new...
@kizu You're right and my wording was wrong. It's great to work on new, superior parsers. What I do not think would be great would be to try to spin-off...
Great, @ArfatSalman. I added you as a repo collaborator to start with. Feel free to triage and respond to issues, give feedback on PRs, and so on.
I'm having some difficulty understanding this request. Could you try to provide some code to concretely illustrate?
@oyeanuj How are your tabs switching if your not getting the argument you expect? Are you sure `this.handleTabChange` is defined? It seems that the `onChange` handler is being called as...