Skip to content

Commit 26d6c5f

Browse files
committed
Try markdown_strict
1 parent a67ae09 commit 26d6c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ all: $(OUTPUT) site.webmanifest
1313
# Build index.html from the Markdown source and template (without LiveReload)
1414
$(OUTPUT): $(SOURCE) $(TEMPLATE)
1515
$(PANDOC) $(SOURCE) \
16-
--from markdown \
16+
--from markdown_strict \
1717
--template=$(TEMPLATE) \
1818
--output=$(OUTPUT) \
1919
--variable=livereload:false
2020

2121
# Build with LiveReload enabled
2222
$(OUTPUT).livereload: $(SOURCE) $(TEMPLATE)
2323
$(PANDOC) $(SOURCE) \
24-
--from markdown \
24+
--from markdown_strict \
2525
--template=$(TEMPLATE) \
2626
--output=$(OUTPUT) \
2727
--variable=livereload:true

0 commit comments

Comments
 (0)