We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67ae09 commit 26d6c5fCopy full SHA for 26d6c5f
Makefile
@@ -13,15 +13,15 @@ all: $(OUTPUT) site.webmanifest
13
# Build index.html from the Markdown source and template (without LiveReload)
14
$(OUTPUT): $(SOURCE) $(TEMPLATE)
15
$(PANDOC) $(SOURCE) \
16
- --from markdown \
+ --from markdown_strict \
17
--template=$(TEMPLATE) \
18
--output=$(OUTPUT) \
19
--variable=livereload:false
20
21
# Build with LiveReload enabled
22
$(OUTPUT).livereload: $(SOURCE) $(TEMPLATE)
23
24
25
26
27
--variable=livereload:true
0 commit comments