mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-18 04:21:26 +02:00
.esm suffix for module bundle, marked/highlight.js are installed via npm
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
* of external markdown documents.
|
||||
*/
|
||||
|
||||
import marked from './marked.js'
|
||||
import marked from 'marked'
|
||||
|
||||
const DEFAULT_SLIDE_SEPARATOR = '^\r?\n---\r?\n$',
|
||||
DEFAULT_NOTES_SEPARATOR = 'notes?:',
|
Reference in New Issue
Block a user