Hacker News new | ask | show | jobs
by targafarian 2850 days ago
Would it be straightforward to do e.g. Mathjax rendering of equations delimited by dollars-signs? e.g.: $\int_a^b x$ or $$\int_a^b x$$
1 comments

yeah! if you have a library that does it, you could inspect when a message is created and call the library when the message is rendered.

PRs are welcome :)