upgrade to showdown 2.0.3

This commit is contained in:
El RIDO 2022-03-13 20:05:38 +01:00
parent 2a4d572c1e
commit 5617612eb3
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ global.zlib = require('./zlib-1.2.11').zlib;
require('./prettify');
global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-2.0.0');
global.showdown = require('./showdown-2.0.3');
global.DOMPurify = require('./purify-2.3.6');
global.baseX = require('./base-x-4.0.0').baseX;
global.Legacy = require('./legacy').Legacy;