From 5c2afc796154a85ab4535766446d038c394eb11d Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Tue, 13 May 2025 13:29:41 +0100 Subject: [PATCH 1/2] Fix incorrect URLs in slideshow - Update Makefile to post-process the pandoc-generated html - Add fixed html slideshow --- slideshow/Makefile | 2 +- slideshow/index.html | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/slideshow/Makefile b/slideshow/Makefile index 30abfbe..8e66e51 100644 --- a/slideshow/Makefile +++ b/slideshow/Makefile @@ -1,2 +1,2 @@ index.html: slides.md Makefile - pandoc --to=revealjs --standalone -o $@ --css=mywhite.css $< + pandoc --to=revealjs --standalone -o $@ --css=mywhite.css $< && sed -i 's|\^4//|^4/|g' index.html diff --git a/slideshow/index.html b/slideshow/index.html index 3c03260..649fbbe 100644 --- a/slideshow/index.html +++ b/slideshow/index.html @@ -8,8 +8,8 @@ - - + + - + @@ -338,12 +343,12 @@

Send me a PR!

- + - - - + + +