diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-07 13:26:48 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-07 13:26:48 +0200 |
commit | 872be7c3631895d951e1991b0bcbd4d164941dab (patch) | |
tree | a4616b67edf37b63d1a540d5ec6872b9adc7f5b1 /util/orga.js | |
parent | 4e86b7ef1eb69354a80bd93f2063ac1643236b80 (diff) |
chore: remove test files
Diffstat (limited to 'util/orga.js')
-rw-r--r-- | util/orga.js | 8 |
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) |