Skip to content

Commit 388f929

Browse files
committed
removes marked it is included automatically
1 parent a2c1107 commit 388f929

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/internal/plugins.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
{{ $startOrder := 0}}
1414
{{ $plugins := newScratch }}
1515
{{ if $.Param "reveal_hugo.load_default_plugins" | default true }}
16-
{{ $plugins.SetInMap "plugins" "marked" (dict "name" "RevealMarked" "order" 0 "source" "plugin/markdown/marked.js") }}
1716
{{ $plugins.SetInMap "plugins" "RevealMarkdown" (dict "name" "RevealMarkdown" "order" 1 "source" "plugin/markdown/markdown.js") }}
1817
{{ $plugins.SetInMap "plugins" "RevealHighlight" (dict "name" "RevealHighlight" "order" 2 "source" "plugin/highlight/highlight.js") }}
19-
{{ $plugins.SetInMap "plugins" "zoom" (dict "name" "RevealZoom" "order" 3 "source" "plugin/zoom-js/zoom.js") }}
18+
{{ $plugins.SetInMap "plugins" "zoom" (dict "name" "RevealZoom" "order" 3 "source" "plugin/zoom/zoom.js") }}
2019

2120
<!-- always use local version of the notes plugin since HTML file it requires isn't on CDN -->
2221
{{ $plugins.SetInMap "plugins" "RevealNotes" (dict "name" "RevealNotes" "order" 4 "source" "reveal-js/plugin/notes/notes.js"

0 commit comments

Comments
 (0)