summaryrefslogtreecommitdiffstats
path: root/test/plugins/highlight/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/highlight/index.js')
-rw-r--r--test/plugins/highlight/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/plugins/highlight/index.js b/test/plugins/highlight/index.js
new file mode 100644
index 0000000..01202f2
--- /dev/null
+++ b/test/plugins/highlight/index.js
@@ -0,0 +1,9 @@
+module.exports = {
+ blocks: {
+ "code": {
+ process: function(blk) {
+ return "code_"+blk.body+"_code";
+ }
+ }
+ }
+}; \ No newline at end of file