Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8939ab9

Browse files
authored
Update live-view.js
1 parent e4095c9 commit 8939ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ async function renderLiveViewMarkdown(file) {
12001200
marked.use(markedAlert());
12011201
marked.use(markedFootnote());
12021202
marked.use(markedBidi());
1203-
marked.use(gfmHeadingId());
1203+
marked.use(markedGfmHeadingId.gfmHeadingId());
12041204

12051205
}
12061206

0 commit comments

Comments
 (0)