mirror of
https://github.com/Shakil-Shahadat/awesome-piracy.git
synced 2026-06-05 14:53:12 +00:00
Update index.html
This commit is contained in:
@@ -46,9 +46,9 @@
|
|||||||
// Update last one only when https://www.jsdelivr.com/package/npm/bootswatch is updated.
|
// 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
|
// 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' )
|
fetch( 'https://raw.githubusercontent.com/Shakil-Shahadat/awesome-piracy/main/Readme.md' )
|
||||||
.then( response => response.text() )
|
.then( response => response.text() )
|
||||||
.then( data => {
|
.then( data => {
|
||||||
|
|||||||
Reference in New Issue
Block a user