aboutsummaryrefslogtreecommitdiff
path: root/tohtml.js
diff options
context:
space:
mode:
Diffstat (limited to 'tohtml.js')
-rw-r--r--tohtml.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tohtml.js b/tohtml.js
index 4a5982d..7811113 100644
--- a/tohtml.js
+++ b/tohtml.js
@@ -8,7 +8,6 @@ const html = require('remark-rehype');
const kbd = require('remark-kbd');
const math = require('remark-math');
const highlight = require('remark-highlight.js');
-const sb = require('remark-special-box');
const multiChoice = require('remark-multiple-choice');
const lineInput = require('remark-line-input');
const select = require('remark-select');
@@ -30,7 +29,6 @@ function toHTML(data, fnc) {
.use(multiChoice)
.use(math)
.use(kbd)
- .use(sb)
.use(customBlocks, {
information: {
classes: 'special-box information',