Hacker News new | ask | show | jobs
by ForHackernews 2718 days ago
For my personal use case, embedding latex in a slide would be the best: I'd like to include equations alongside text and images, but I prefer writing markdown to latex where possible.
1 comments

markdeck supports mathjax[0], might that be enough for your use case? An example can be found in the showcase[1]...

[0]: https://www.mathjax.org [1]: https://arnehilmann.github.io/markdeck/showcase/#/example-ma...

It might, I'll give it a shot. Thanks!