Math markdown not being rendered
I noticed that markdown for math symbols in the g3docs is not being rendered by Github via http access
Thanks for the report! We're using some latex markup for the math symbols, it seems like GitHub rendering does not support it. I don't know if there is an alternative that they support though.
Raw GitHub markdown rendering doesn't support MathJax (which is a subset package of latex on web), that is a fact. To make it showing math, something like jekyll must be deployed, which means that, showing math in a non-raw GitHub markdown but a new website.
I think MLIR documents are going to reside in tensorflow website, where math rendering should have been enabled :)
You may try MathJax Plugin for Github extension if you are using Chrome. @andrewayres The problem of this tool is that it renders all tex in a new line rather than some inline.
EDIT: or you may read doc from https://mlir.jackwish.net where i export the g3doc to via gitbook. Ping me please if any license issue @joker-eph