upgrading showdown to released 1.9.1 version

This commit is contained in:
El RIDO
2020-01-07 19:58:05 +01:00
parent 1f5d237806
commit 71029f7d3d
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
require('./prettify');
global.prettyPrint = window.PR.prettyPrint;
global.prettyPrintOne = window.PR.prettyPrintOne;
global.showdown = require('./showdown-1.8.6');
global.showdown = require('./showdown-1.9.1');
global.DOMPurify = require('./purify-2.0.7');
require('./bootstrap-3.3.7');
require('./privatebin');

File diff suppressed because one or more lines are too long

2
js/showdown-1.9.1.js Normal file

File diff suppressed because one or more lines are too long