Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-07 | Reveal.js writer: restore old behavior for 2D nesting. | John MacFarlane | 1 | -1/+19 | |
The fix to #6030 actually changed behavior, so that the 2D nesting occurred at slide level N-1 and N, instead of at the top-level section. This commit restores the 2.7.3 behavior. If there are more than 2 levels, the top level is horizontal and the rest are collapsed to vertical. Closes #6032. | |||||
2020-01-05 | Fix regression in beamer slide structure with certain slide levels. | John MacFarlane | 1 | -0/+43 | |
Closes #6030. | |||||
2020-01-05 | Fix revealjs slide structure regression with certain slide levels. | John MacFarlane | 1 | -0/+35 | |
Partially addresses #6030. |