< prev index next >

make/common/ProcessMarkdown.gmk

Print this page

        

@@ -78,11 +78,12 @@
 
   $$($1_$2_PANDOC_OUTPUT): $$($1_$2_PANDOC_INPUT) $$($1_$2_VARDEPS_FILE) $$($1_EXTRA_DEPS)
         $$(call LogInfo, Converting $2 to $$($1_FORMAT))
         $$(call MakeDir, $$(SUPPORT_OUTPUTDIR)/markdown $$(dir $$($1_$2_PANDOC_OUTPUT)))
         $$(call ExecuteWithLog, $$(SUPPORT_OUTPUTDIR)/markdown/$$($1_$2_MARKER), \
-            $$(PANDOC) $$($1_OPTIONS) -f markdown-smart -t $$($1_FORMAT) --standalone \
+            $$(PANDOC) $$($1_OPTIONS) -f markdown$$(PANDOC_DISABLE_EXTENSIONS_FLAG) \
+            -t $$($1_FORMAT) --standalone \
             $$($1_$2_CSS_OPTION) $$($1_$2_OPTIONS) '$$($1_$2_PANDOC_INPUT)' \
             -o '$$($1_$2_PANDOC_OUTPUT)')
         ifneq ($$(findstring $$(LOG_LEVEL), debug trace),)
           TOO_LONG_LINES=`$$(GREP) -E -e '^.{80}.+$$$$' $$<` || true ; \
           if [ "x$$$$TOO_LONG_LINES" != x ]; then \
< prev index next >