diff --git a/data/redcarpet.json b/data/redcarpet.json new file mode 100644 index 0000000..a6132bd --- /dev/null +++ b/data/redcarpet.json @@ -0,0 +1,15 @@ +{ + "description": "The file is actually parsed as a Markdown file.", + "functions": { + "file-read": [ + { + "code": "redcarpet \"[file]\"\n" + } + ], + "sudo": [ + { + "code": "sudo redcarpet \"[file]\"\n" + } + ] + } +} \ No newline at end of file