replaced showdown with marked for md renderer

This commit is contained in:
booploops 2022-03-28 00:47:15 -07:00
parent 94828008b1
commit 947129cd00
5 changed files with 2917 additions and 5538 deletions

View file

@ -118,9 +118,7 @@
});
},
convertReadMe(text) {
var converter = new showdown.Converter(),
html = converter.makeHtml(text);
return html
return marked.parse(text)
},
installThemeRepo(repo) {
let self = this