We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d6c5f commit 5dc40cbCopy full SHA for 5dc40cb
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_strict \
+ --from markdown+backtick_code_blocks \
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