mirror of
https://github.com/gchq/CyberChef
synced 2025-12-31 07:33:28 +00:00
Tidied up 'Render Markdown' operation
This commit is contained in:
@@ -358,7 +358,8 @@
|
||||
"BSON serialise",
|
||||
"BSON deserialise",
|
||||
"To MessagePack",
|
||||
"From MessagePack"
|
||||
"From MessagePack",
|
||||
"Render Markdown"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -20,8 +20,8 @@ class RenderMarkdown extends Operation {
|
||||
super();
|
||||
|
||||
this.name = "Render Markdown";
|
||||
this.module = "Default";
|
||||
this.description = "Renders input Markdown as HTML.";
|
||||
this.module = "Code";
|
||||
this.description = "Renders input Markdown as HTML. HTML rendering is disabled to avoid XSS.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Markdown";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
|
||||
Reference in New Issue
Block a user