Add missing break in switch

pull/591/head
rugk 2020-03-06 10:03:27 +01:00
parent f13a5d0a55
commit 470e0fc33c
1 changed files with 1 additions and 0 deletions

View File

@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
prettyPrintOne(processedText, null, true)
)
);
break;
case 'markdown':
const converter = new showdown.Converter({
strikethrough: true,