##// END OF EJS Templates
Fixed trailets help.
damianavila -
Show More
@@ -29,9 +29,10 b' class RevealHelpTransformer(Transformer):'
29 29 help="""If you want to use a local reveal.js library,
30 30 use 'url_prefix':'reveal.js' in your config object.""")
31 31
32 speaker_notes = Bool(False, config=True, help="""
33 If you want to use the speaker notes set
34 'speaker_notes':'True' in your config object.""")
32 speaker_notes = Bool(False,
33 config=True,
34 help="""If you want to use the speaker notes
35 set this to True.""")
35 36
36 37 def call(self, nb, resources):
37 38 """
General Comments 0
You need to be logged in to leave comments. Login now