Render mathematical expressions in docs
Opened this issue · 1 comments
sbrunk commented
We want to be able to render math expression in our docs (Scaladoc as well as Laika docs), like PyTorch does with MathJax:
For Scaladoc there is an open issue already scala/scala3#15433 but I haven't gotten around to work on it yet. For Laika it should be easier as we control the template so we could try to embed MathJax or Katex there.