Crates.io | mdbook_katex_css_download |
lib.rs | mdbook_katex_css_download |
version | 0.2.2 |
source | src |
created_at | 2023-03-27 13:04:04.78069 |
updated_at | 2023-07-10 23:05:53.491406 |
description | Executable to download static CSS and fonts for mdbook-katex |
homepage | |
repository | https://github.com/SichangHe/mdbook_katex_css_download |
max_upload_size | |
id | 822094 |
size | 44,270 |
mdbook-katex
CSS DownloadExecutable to download static CSS and fonts for mdbook-katex
.
Self-host KaTeX CSS and fonts.
Install this executable
cargo install mdbook_katex_css_download
cd
to the root of your mdBook project.
Run mdbook_katex_css_download
.
If you see no error, you are good to go. If it panics and the first error message suggests connection failure, it might just be a network problem, try again.
If it panics and the error is not connection failure, or it fails again and again, open an issue.
A large portion of the code here is extracted from mdbook-katex
.
The original author of the extracted code is Matthewacon.
Their last commit.