You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
As I understand it, the topic of Haddock being able to render math formulas in a pretty way comes up sometimes. There are several ways to tackle this issue:
I would like to start a discussion whether there is any interest in tackling this issue. Personally, I think the MathJax way might be the most pragmatic since it renders everything purely client side: you will not have any additional dependencies for rendering the HTML, and the only thing that is required is including some javascript library and generating proper javascript when math expressions are encountered in haddock markup.
I would be interested in the point of view of the maintainers of haddock on this issue.