Skip to content

Commit

Permalink
Merge branch hotfix/5 into release/5
Browse files Browse the repository at this point in the history
--HG--
branch : release
  • Loading branch information
kazssym committed Feb 13, 2021
2 parents 8299120 + 570116b commit e2bf6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/mdview.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const MODULE_NAME = "mdview.js";
* @private
*/
const COMMONMARK_URL =
"https://cdnjs.cloudflare.com/ajax/libs/commonmark/0.29.2/commonmark.min.js";
"https://cdnjs.cloudflare.com/ajax/libs/commonmark/0.29.3/commonmark.min.js";


let commonmarkImported = import(COMMONMARK_URL);
Expand Down

0 comments on commit e2bf6cd

Please sign in to comment.