-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
See Showdown CHANGELOG for detail.
So I just modified the third last line in showdown-toc.js from
if (typeof window !== 'undefined' && window.showdown && window.showdown.extensions) { window.showdown.extensions.toc = toc; }
to
if (typeof window !== 'undefined' && window.showdown && window.showdown.extension) { window.showdown.extension("showdown-toc",toc); }
and initialize the converter with option { extensions: ['showdown-toc'] }, it works.
Hope this can help.
bruha
Metadata
Metadata
Assignees
Labels
No labels