From 9d23a0cb8eb1b1b3da88fec4eaec50d0c9fec045 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 25 Sep 2026 09:42:46 -0700 Subject: [PATCH] reveal.js template: fix plugin paths. They should be `dist/plugin/`, not `plugin/`. Closes #11907. --- data/templates/default.revealjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index 0fc4464f1..9633f45c1 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -30,7 +30,7 @@ $else$ $endif$ $if(highlight-js)$ - + $endif$ $for(css)$ @@ -84,14 +84,14 @@ $body$ - - - + + + $if(mathjax)$ - + $endif$ $if(highlight-js)$ - + $endif$