Skip to content

ntalbs/render-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

render-math

Render MathJax formula inside html fiies from --src-dir to SVG and write the result html files to --dest-dir.

render-math --help
Usage: render-math [options]

MathJax renderer. Read HTML and render math formula to SVG.

Options:
  --src-dir <path>   source directory (default: "...")
  --dest-dir <path>  destination directory (default: "...")
  -f, --force        force render
  -q, --quite        print render message only
  --quieter          do not print per file message
  -h, --help         display help for command

The program uses default source/destination directories if you don't specify --src-dir and --dest-dir options.

$BLOG_BASE_DIR/public            # src
$BLOG_BASE_DIR/rendered_public   # dest

About

Server-side MathJax renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published