From da5ade91d8f460ad26ebe677cbb3bbf4c0037ac9 Mon Sep 17 00:00:00 2001 From: trevordell Date: Sun, 19 Feb 2023 13:09:13 -0700 Subject: [PATCH] Compatibility changes for Showdown versions 2 and up --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cbbfb1b..e157529 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,9 @@ ECHO := @echo -e JSFLAGS := -c -m reserved=['$$,_'] LESSFLAGS := --plugin=less-plugin-clean-css -MDFLAGS := --parseImgDimensions --simplifiedAutoLink --excludeTrailingPunctuationFromURLs -MDFLAGS += --strikethrough --tables --tasklists --emoji + +MDFLAGS := -c parseImgDimensions -c simplifiedAutoLink -c excludeTrailingPunctuationFromURLs +MDFLAGS += -c strikethrough -c tables -c tasklists -c emoji MDFLAGS += -e $(shell readlink -f ./lib/showdown-table.js) CLIENTDIR := $(shell pwd)/client