Crates.io | mdbook-inline-mathjax |
lib.rs | mdbook-inline-mathjax |
version | 0.1.4 |
source | src |
created_at | 2022-06-27 19:04:47.560173 |
updated_at | 2023-02-25 10:51:53.280642 |
description | An mdbook preprocessor which allows inline mathjax with the `$...$` delimeters. Note, the implementation is pretty ad hoc and may not be very optimised. |
homepage | |
repository | https://github.com/cr0mll/mdbook-inline-mathjax |
max_upload_size | |
id | 614272 |
size | 58,145 |
An mdbook preprocessor which allows inline mathjax with the $...$
delimeters.
Note, the implementation is pretty ad hoc and may not be very optimised.
To install, run in your terminal:
cargo install mdbook-inline-mathjax
To use in your project, add [preprocessor.inline-mathjax]
to your book.toml
file.