mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
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…
Add table
Add a link
Reference in a new issue