mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Add missing break in switch
This commit is contained in:
parent
f13a5d0a55
commit
470e0fc33c
@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||||||
prettyPrintOne(processedText, null, true)
|
prettyPrintOne(processedText, null, true)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
break;
|
||||||
case 'markdown':
|
case 'markdown':
|
||||||
const converter = new showdown.Converter({
|
const converter = new showdown.Converter({
|
||||||
strikethrough: true,
|
strikethrough: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user