Would be great to have support for rendering latex like GitHub's markdown
GitHub markdown discussion about supporting the feature:
https://github.com/github/markup/issues/897#issuecomment-231591884
Mathjax should be a great solution here. It has a custom right-click menu so you can copy the formula in mathml or the original tex format.
But since we're using remark, we might as well use something like this: https://github.com/remarkjs/remark-math
@fabiosantoscode let's embed this into Gatsby pipeline?
@shcheklein so you mean we should use remark-math? I think it's the smarter choice here too.
@fabiosantoscode I mean I didn't check it myself, so I don't have that much of an opinion :) but it looks reasonable approach to try from the description you provided. The last thing we want is to write our own plugin again for this.