Skip to content

Commit

Permalink
Updated Markdown Tag 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Sep 1, 2022
1 parent bb3bd3b commit 8c02f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function loadMarkdownParser(){

/// Add Markdown Parser To Document
var script = document.createElement('script');
script.src = "https://cdn.jsdelivr.net/npm/showdown@latest/dist/showdown.min.js";
script.src = "https://cdn.jsdelivr.net/gh/MarketingPipeline/Markdown-Elements/parsers/showdown.min.js";

document.head.appendChild(script); //or something of the likes

Expand Down

0 comments on commit 8c02f0b

Please sign in to comment.