mdbook-inline-mathjax

Crates.iomdbook-inline-mathjax
lib.rsmdbook-inline-mathjax
version0.1.4
sourcesrc
created_at2022-06-27 19:04:47.560173
updated_at2023-02-25 10:51:53.280642
descriptionAn mdbook preprocessor which allows inline mathjax with the `$...$` delimeters. Note, the implementation is pretty ad hoc and may not be very optimised.
homepage
repositoryhttps://github.com/cr0mll/mdbook-inline-mathjax
max_upload_size
id614272
size58,145
(cr0mll)

documentation

README

Description

An mdbook preprocessor which allows inline mathjax with the $...$ delimeters. Note, the implementation is pretty ad hoc and may not be very optimised.

Installation & Use

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.

Commit count: 0

cargo fmt