Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG fixed (#100, #102) #109

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
BUG: 'nextslide' with a header does not work
  • Loading branch information
Albert Mietus authored and Albert Mietus committed Jan 13, 2016
commit a9c7e841ef7173e3557e56517e0357daf9eb7546
18 changes: 18 additions & 0 deletions src/TDD_testslides/IN/next.slide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,24 @@ Nested

echo nextslide:: (increment)

Nextslide with auto
===================

still with BUG!

Before nextslide
----------------

.. nextslide::
:increment

After nextslide
---------------

This should be a new slide!

With title `Nextslide with auto (2)` and a header `After nextslide`


END
===
Expand Down