|
You are here |
gist.github.com | ||
| | | | |
hjr265.me
|
|
| | | | | KaTeX is the fan-favourite way of doing math and equations on the web. The library is simple to use and easy to reason about. But it is JavaScript. How do you build a Go program that renders math and equations like KaTeX? You embed KaTeX in your Go program. Several Go packages allow you to run JavaScript from within Go. In this post, we will use github.com/lithdew/quickjs. Let us first fetch the latest copy of katex. | |
| | | | |
www.github.com
|
|
| | | | | my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub. | |
| | | | |
cupano.com
|
|
| | | | | My Blog Posts. Contribute to joecupano/blog development by creating an account on GitHub. | |
| | | | |
loufranco.com
|
|
| | | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability. | ||