mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
added save to pdf operation/cleanup
This commit is contained in:
parent
e03a138aa2
commit
00569026f5
1 changed files with 1 additions and 3 deletions
|
@ -53,10 +53,8 @@ class RenderMarkdown extends Operation {
|
|||
if (lang && hljs.getLanguage(lang) && enableHighlighting) {
|
||||
try {
|
||||
return hljs.highlight(lang, str).value;
|
||||
} catch (__) {
|
||||
|
||||
} catch (__) {}
|
||||
}
|
||||
}
|
||||
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue