Open stratosgear opened 1 year ago
Actually even "forcing" a template on the vertical slides does not seem to help either:
---
title: Slide Presentation
date: 2023/4/26
bg: '#606060'
theme: consult
defaultTemplate: "[[templates.slides.def.vertfail]]"
maxScale: 4
---
Text1
---
<!-- slide template="[[templates.slides.def.vertfail]]" -->
Text2
--
<!-- slide template="[[templates.slides.def.vertfail]]" -->
Text3
Describe the bug Templates on vertical slides are not working, as slides that are vertical are not inheriting the template
Samples to Reproduce
Given this sample toy template (saved as `templates.slides.def.vertfail'):
And this slide presentation:
Everything is working fine!!!
But on this presentation:
The last two slides do NOT have the template applied.
Expected behavior I would expect both presentations to work... :(