A LaTeX formula preprocessor for HTML files. It converts LaTeX formulas to images. More information: https://manned.org/gladtex.1.
gladtex {{path/to/input.htex}}
gladtex {{path/to/input.htex}} -o {{path/to/output.html}}
gladtex {{path/to/input.htex}} -d {{path/to/image_output_directory}}
gladtex {{path/to/input.htex}} -r {{resolution}}
gladtex {{path/to/input.htex}} -k
gladtex {{path/to/input.htex}} -b {{background_color}} -f {{foreground_color}}
pandoc and gladtex:pandoc -s -t html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}