Lucas Zanini

Results 12 comments of Lucas Zanini

I implemented a Rust pre-processor to render Katex equations at compile-time, you can find the project [here](https://github.com/lzanini/mdbook-katex). ### Usage Install the crate ``` cargo install mdbook-katex ``` Add the preprocessor...

@tavianator Not right now, but it shouldn't be too hard to ignore a `\$`. Let me give it a try and I'll let you know when it's done. Edit: Done...