UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

7 lines (6 loc) 225 B
export const version: 0.7; import Cite from './Cite/index.js'; import * as plugins from './plugins/index.js'; import * as util from './util/index.js'; import logger from './logger.js'; export { Cite, plugins, util, logger };