diff --git a/js/privatebin.js b/js/privatebin.js index 546de457..5fd4a007 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { prettyPrintOne(processedText, null, true) ) ); + break; case 'markdown': const converter = new showdown.Converter({ strikethrough: true,