##// END OF EJS Templates
Update reveal.js CDN to 2.5.0.
damianavila -
Show More
@@ -53,7 +53,7 b' class ServePostProcessor(PostProcessorBase):'
53 53 open_in_browser = Bool(True, config=True,
54 54 help="""Should the browser be opened automatically?"""
55 55 )
56 reveal_cdn = Unicode("https://cdn.jsdelivr.net/reveal.js/2.4.0", config=True,
56 reveal_cdn = Unicode("https://cdn.jsdelivr.net/reveal.js/2.5.0", config=True,
57 57 help="""URL for reveal.js CDN."""
58 58 )
59 59 reveal_prefix = Unicode("reveal.js", config=True, help="URL prefix for reveal.js")
General Comments 0
You need to be logged in to leave comments. Login now