Add missing break in switch

This commit is contained in:
rugk 2020-03-06 10:03:27 +01:00
parent f13a5d0a55
commit 470e0fc33c

View File

@ -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,