UNPKG

rehype-raw

Version:

rehype plugin to reparse the tree (and raw nodes)

10 lines (6 loc) 106 B
'use strict' var util = require('hast-util-raw') module.exports = raw function raw() { return util }