Skip to content

Commit 5e7d7f0

Browse files
committed
refactored tests
1 parent c1d2ae0 commit 5e7d7f0

21 files changed

+4062
-4188
lines changed

examples/markdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../dist/reveal.css" />
99
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
1010

11-
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
11+
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
1212
</head>
1313

1414
<body>

js/reveal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
} from './utils/constants.js'
3030

3131
// The reveal.js version
32-
export const VERSION = '5.1.0';
32+
export const VERSION = '6.0.0';
3333

3434
/**
3535
* reveal.js

0 commit comments

Comments
 (0)