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 https://github.com/lampepfl/dotty/issues/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.
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 https://github.com/lampepfl/dotty/issues/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.