Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
Makefile: --preserve-tabs
# GNU Make is required .PHONY: upload default default: build/language_description.html build/index.html build/style.css .SUFFIXES: .md .html build/%.html: %.md mkdir -p build
pandoc --mathml -so $@ -c style.css $<
pandoc --preserve-tabs --mathml -so $@ -c style.css $<
build/%.css: %.css mkdir -p build cp $< $@ upload: rsync --delete-after --recursive --mkpath build/ runxiyu.org:/var/www/docs/e2/