-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Explain the problem.
Navigate to https://pandoc.org/demo/example16d.html ( the revealjs result of number 16 in https://pandoc.org/demos.html ) . The slides are not rendered correctly. The same problem persists when generated locally.
The issue looks similar to #6408 from a few years ago.
To replicate:
./pandoc/bin/pandoc -t revealjs -s -o index.html slides.md
Source markdown:
$ cat slides.md
% Eating Habits
% John Doe
% March 22, 2005
# In the morning
- Eat eggs
- Drink coffee
# In the evening
- Eat spaghetti
- Drink wine
# Conclusion
- And the answer is...
please note, i have removed the maths line, for simplicity
Pandoc version?
Latest GH binary
$ ./pandoc/bin/pandoc -v
pandoc 3.1.2
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/.local/share/pandoc
Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.