~paravoid/subjective.work

d2ec741d855b8c6cdc409c1790064d36754cb2c3 — paravoid 2 years ago 0b129ea
build: Disable the "smart" extension

The extension has problems with determining the direction of smart quotes
1 files changed, 1 insertions(+), 1 deletions(-)

M build.sh
M build.sh => build.sh +1 -1
@@ 18,7 18,7 @@ gen() {
			if [ "$src" -nt "$dst" ]
			then
				echo "Generating $dst"
				pandoc -c "/style.css" -s "$src" -o "$dst"
				pandoc --from markdown-smart -c "/style.css" -s "$src" -o "$dst"
			fi
		else
			dst="pub/$file"