summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-19 04:47:46 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-19 04:47:46 +0100
commitf8f0101f55e6a1e80e803ab8bd0056ca22032634 (patch)
tree5d282fbfe13669ce130aa128af0b9e2e60abb8d5
parent076f5ea60675ee04f2d2d60a02ceb7d3f28e6844 (diff)
Enable smart Pandoc parsing.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 990ba59..7adb921 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ $(stem).mw: $(stem).raw
./mediawiki-matter $@
$(stem).native: $(stem).mw $(localfilters)
- $(env_filter) pandoc -f mediawiki $(args_meta) $(args_filter) -o $@ $<
+ $(env_filter) pandoc -f mediawiki --smart $(args_meta) $(args_filter) -o $@ $<
$(markdown_includes:.md=.tex): %.tex: %.md
pandoc -f markdown -t latex --chapters -o $@ $<