mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
upgrade to showdown 2.0.3
This commit is contained in:
parent
2a4d572c1e
commit
5617612eb3
6 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue