Comment on Markdown-in-js: inline Markdown for React and JSXparentComments−phpnode9yYes, I noted that in the PR. It's easy to fix it, why don't you try?−Touche9yAs noted above, I think the practice of installing a bunch of Babel plugins is the wrong approach to this problem. If you want to avoid parsing markdown in the client, then pre-compile it using one of the million markdown compilers that exist.
Comments
Yes, I noted that in the PR. It's easy to fix it, why don't you try?
As noted above, I think the practice of installing a bunch of Babel plugins is the wrong approach to this problem. If you want to avoid parsing markdown in the client, then pre-compile it using one of the million markdown compilers that exist.