File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
(unreleased)=
11
11
## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.0...HEAD )
12
12
13
+ (unreleased-changed)=
14
+ ### Changed
15
+
16
+ - HTML template now always includes the * notes* plugin so that the speaker
17
+ view is always available. Previously, it was only included if the slides
18
+ had notes.
19
+ [ #538 ] ( https://github.com/jeertmans/manim-slides/pull/538 )
20
+
13
21
(v5.5.0)=
14
22
## [ v5.5.0] ( https://github.com/jeertmans/manim-slides/compare/v5.4.2...v5.5.0 )
15
23
Original file line number Diff line number Diff line change 50
50
</ div >
51
51
52
52
< script src ="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ reveal_version }}/reveal.min.js "> </ script >
53
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ reveal_version }}/plugin/notes/notes.min.js "> </ script >
53
54
54
55
<!-- To include plugins, see: https://revealjs.com/plugins/ -->
55
56
{% if has_notes %}
56
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ reveal_version }}/plugin/markdown/markdown.min.js "> </ script >
57
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ reveal_version }}/plugin/notes/notes.min.js "> </ script >
57
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ reveal_version }}/plugin/markdown/markdown.min.js "> </ script >
58
58
{% endif %}
59
59
60
60
<!-- <script src="index.js"></script> -->
You can’t perform that action at this time.
0 commit comments