Add missing break in switch
This commit is contained in:
parent
f13a5d0a55
commit
470e0fc33c
1 changed files with 1 additions and 0 deletions
|
@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
prettyPrintOne(processedText, null, true)
|
||||
)
|
||||
);
|
||||
break;
|
||||
case 'markdown':
|
||||
const converter = new showdown.Converter({
|
||||
strikethrough: true,
|
||||
|
|
Loading…
Reference in a new issue