aboutsummaryrefslogtreecommitdiff
path: root/tohtml.js
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-24 09:41:48 +0100
committerache <ache@ache.one>2018-12-24 09:41:48 +0100
commitf4efe40ba8b4c22858e2c19701f25624d5ade852 (patch)
tree543d8618776dfe1a5802848067befd29b1e90b08 /tohtml.js
parentExample of the puglins updated (diff)
Live modifications
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',