File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
layouts/partials/internal Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments