这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/reveal.js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ declare namespace Reveal {
*/
interface HighlightConfig {
highlightOnLoad?: boolean;
excapeHTML?: boolean;
escapeHTML?: boolean;
beforeHighlight?: (...args: any) => any;
}

Expand Down
2 changes: 1 addition & 1 deletion types/reveal.js/reveal.esm.js-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ deck.initialize({
// highlight
highlight: {
highlightOnLoad: true,
excapeHTML: true,
escapeHTML: true,
beforeHighlight: () => {},
},

Expand Down
2 changes: 1 addition & 1 deletion types/reveal.js/reveal.js-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ deck.initialize({
// highlight
highlight: {
highlightOnLoad: true,
excapeHTML: true,
escapeHTML: true,
beforeHighlight: () => {},
},

Expand Down