UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

8 lines (7 loc) 192 B
import * as plugins from '../plugins/index.js'; import { ref, formats as input } from './input/index.js'; import output from './output/index.js'; plugins.add(ref, { input, output, });