##// END OF EJS Templates
Merge pull request #8536 from bollwyvl/patch-2...
Thomas Kluyver -
r21451:4c3a17a3 merge
parent child Browse files
Show More
@@ -36,6 +36,8 b' class RevealHelpPreprocessor(Preprocessor):'
36 #Make sure the cell has slideshow metadata.
36 #Make sure the cell has slideshow metadata.
37 cell.metadata.slide_type = cell.get('metadata', {}).get('slideshow', {}).get('slide_type', '-')
37 cell.metadata.slide_type = cell.get('metadata', {}).get('slideshow', {}).get('slide_type', '-')
38
38
39 for index, cell in enumerate(nb.cells):
40
39 # Get the slide type. If type is start, subslide, or slide,
41 # Get the slide type. If type is start, subslide, or slide,
40 # end the last subslide/slide.
42 # end the last subslide/slide.
41 if cell.metadata.slide_type in ['slide']:
43 if cell.metadata.slide_type in ['slide']:
General Comments 0
You need to be logged in to leave comments. Login now