summaryrefslogtreecommitdiff
path: root/util/orga.js
diff options
context:
space:
mode:
Diffstat (limited to 'util/orga.js')
-rw-r--r--util/orga.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/orga.js b/util/orga.js
deleted file mode 100644
index 4f85eeb..0000000
--- a/util/orga.js
+++ /dev/null
@@ -1,8 +0,0 @@
-const stream = import('unified-stream')
-const reorg = require('@orgajs/reorg')
-const mutate = require('@orgajs/reorg-rehype')
-const html = import('rehype-stringify')
-
-const processor = reorg().use(mutate).use(html)
-
-process.stid.pipe(stream(processor)).pipe(process.stdout)