Update index.html

This commit is contained in:
Shakil Shahadat
2024-03-07 14:53:24 +06:00
committed by GitHub
parent 13a7c979ef
commit 707ab57cc8

View File

@@ -46,9 +46,9 @@
// Update last one only when https://www.jsdelivr.com/package/npm/bootswatch is updated.
// Configure marked.js to use Github heading ID's to allow the Contents list to function
marked.use(markedGfmHeadingId.gfmHeadingId())
marked.use( markedGfmHeadingId.gfmHeadingId() );
// Get the markdown file, convert to HTML & put inside the main tag
// Get the markdown file, convert it to HTML & put it inside the main tag
fetch( 'https://raw.githubusercontent.com/Shakil-Shahadat/awesome-piracy/main/Readme.md' )
.then( response => response.text() )
.then( data => {