Remove --smart option from pandoc invocation.
[mkws-moved-to-github.git] / tools / htdocs / Makefile
index 6a38a19..9b45066 100644 (file)
@@ -27,6 +27,6 @@ help:
 
 README.html: README.markdown
        rm -f $@
-       pandoc --standalone --smart $< > $@
+       pandoc --standalone $< > $@
        chmod ugo-w $@