mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 06:38:08 +02:00
rebase and rebuild
This commit is contained in:
18
demo.html
18
demo.html
@@ -669,19 +669,23 @@ Reveal.on( 'customevent', function() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Use the built assets if you want to run reveal.js without a web server -->
|
||||
<!--
|
||||
<script src="dist/reveal.js"></script>
|
||||
<script src="dist/plugin/zoom.js"></script>
|
||||
<script src="dist/plugin/notes.js"></script>
|
||||
<script src="dist/plugin/search.js"></script>
|
||||
<script src="dist/plugin/markdown.js"></script>
|
||||
<script src="dist/plugin/highlight.js"></script>
|
||||
<script>
|
||||
// import Reveal from 'reveal.js';
|
||||
// import RevealZoom from 'reveal.js/plugin/zoom';
|
||||
// import RevealNotes from 'reveal.js/plugin/notes';
|
||||
// import RevealSearch from 'reveal.js/plugin/search';
|
||||
// import RevealMarkdown from 'reveal.js/plugin/markdown';
|
||||
// import RevealHighlight from 'reveal.js/plugin/highlight';
|
||||
-->
|
||||
|
||||
<script type="module">
|
||||
import Reveal from 'reveal.js';
|
||||
import RevealZoom from 'reveal.js/plugin/zoom';
|
||||
import RevealNotes from 'reveal.js/plugin/notes';
|
||||
import RevealSearch from 'reveal.js/plugin/search';
|
||||
import RevealMarkdown from 'reveal.js/plugin/markdown';
|
||||
import RevealHighlight from 'reveal.js/plugin/highlight';
|
||||
|
||||
// Also available as an ES module, see:
|
||||
// https://revealjs.com/initialization/
|
||||
|
23
dist/plugin/notes.js
vendored
23
dist/plugin/notes.js
vendored
File diff suppressed because one or more lines are too long
921
dist/plugin/notes.mjs
vendored
921
dist/plugin/notes.mjs
vendored
File diff suppressed because it is too large
Load Diff
2
dist/reveal.css
vendored
2
dist/reveal.css
vendored
File diff suppressed because one or more lines are too long
2
dist/reveal.d.ts
vendored
2
dist/reveal.d.ts
vendored
@@ -562,7 +562,7 @@ declare interface Config {
|
||||
* // reveal.js is ready
|
||||
* });
|
||||
*/
|
||||
declare let Reveal: {
|
||||
declare const Reveal: {
|
||||
initialize: (options?: Config) => Promise<void>;
|
||||
[key: string]: any;
|
||||
};
|
||||
|
42
dist/reveal.js
vendored
42
dist/reveal.js
vendored
File diff suppressed because one or more lines are too long
1721
dist/reveal.mjs
vendored
1721
dist/reveal.mjs
vendored
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ import {
|
||||
} from './utils/constants.js'
|
||||
|
||||
// The reveal.js version
|
||||
export const VERSION = '6.0.0';
|
||||
export const VERSION = '6.0.0-rc.2';
|
||||
|
||||
/**
|
||||
* reveal.js
|
||||
|
Reference in New Issue
Block a user