From 74659647af5a2a5516a419b42f21125e8d4be8a7 Mon Sep 17 00:00:00 2001 From: "Claude M. Schrader" Date: Tue, 17 Jul 2018 22:10:18 -0400 Subject: [PATCH] error fix fixing the following error with the makefile in the html secrion "--smart/-S has been removed. Use +smart or -smart extension instead." --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33cb2b1..7c12981 100644 --- a/Makefile +++ b/Makefile @@ -68,9 +68,8 @@ media: | directories html: media style templates/cv.html parts $(SRC_DIR)/cv.md | directories pandoc --standalone \ --section-divs \ - --smart \ --template templates/cv.html \ - --from markdown+yaml_metadata_block+header_attributes+definition_lists \ + --from markdown+yaml_metadata_block+header_attributes+definition_lists+smart \ --to html5 \ $(before-body) \ $(after-body) \