diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-12-28 10:16:07 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-12-28 10:16:07 +0100 |
| commit | 3a940e82ec633e4604344a61c77dd0d864383f0c (patch) | |
| tree | 5864a47ff30512960133aa4f7d885dc38ac036c8 | |
| parent | 5d8eac611ad9de780ccf5b0fac2fd38399e6f382 (diff) | |
| download | muhqs-game-3a940e82ec633e4604344a61c77dd0d864383f0c.tar.gz muhqs-game-3a940e82ec633e4604344a61c77dd0d864383f0c.zip | |
update pandoc flags for embedding pictures in the html
| -rw-r--r-- | html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile index 83740d14..3c969595 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,7 +1,7 @@ VERBOSE ?= @ HTML_TEMPLATE := template.html -PANDOC_FLAGS := -f markdown --self-contained --template=$(HTML_TEMPLATE) +PANDOC_FLAGS := -f markdown --embed-resources --standalone --template=$(HTML_TEMPLATE) # The full path to the Makefile MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) |
