mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
Add missing break in switch
This commit is contained in:
@@ -2547,6 +2547,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
||||
prettyPrintOne(processedText, null, true)
|
||||
)
|
||||
);
|
||||
break;
|
||||
case 'markdown':
|
||||
const converter = new showdown.Converter({
|
||||
strikethrough: true,
|
||||
|
||||
Reference in New Issue
Block a user