summaryrefslogtreecommitdiffstats
path: root/lib/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blocks.js')
-rw-r--r--lib/blocks.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/blocks.js b/lib/blocks.js
deleted file mode 100644
index 92097a7..0000000
--- a/lib/blocks.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var _ = require('lodash');
-
-module.exports = {
- // Return non-parsed html
- // since blocks are by default non-parsable, a simple identity method works fine
- html: _.identity,
-
- // Highlight a code block
- // This block can be extent by plugins
- code: _.identity
-};