Skip to content

Commit

Permalink
strip HTML comments always
Browse files Browse the repository at this point in the history
strip HTML comments even when generating Beamer presentations due to changes
in pandoc 2.7 regarding content below header < slidelevel

see also jgm/pandoc#4317
  • Loading branch information
cagix committed Apr 4, 2019
1 parent 1d7fcb8 commit 839e0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/Makefile.lecture
Expand Up @@ -41,6 +41,7 @@ BEAMEROPTIONS += --default-image-extension=pdf
BEAMEROPTIONS += -V theme:metropolis
BEAMEROPTIONS += -V themeoptions:numbering=none -V themeoptions:progressbar=foot
BEAMEROPTIONS += -V fontsize=smaller
BEAMEROPTIONS += --strip-comments
BEAMEROPTIONS += --slide-level=2
BEAMEROPTIONS += --lua-filter=${FILTERDIR}/tex.lua
BEAMEROPTIONS += --include-in-header=${RESOURCEDIR}/definitions.tex
Expand Down

0 comments on commit 839e0c0

Please sign in to comment.