Extract KaTeX handling into a program
This commit is contained in:
@@ -15,6 +15,4 @@ mkdir $out
|
||||
cp -r public/$publicPath/* $out/
|
||||
|
||||
# Render math in HTML and XML files.
|
||||
node $server &
|
||||
sleep 1
|
||||
find $out/ -regex "$out/.*\.html" | xargs ruby $converter
|
||||
find $out/ -regex "$out/.*\.html" | xargs katex-html
|
||||
|
||||
Reference in New Issue
Block a user