export default class FooternoteConfigurer { configure(md) { md.use(require('markdown-it-footnote')); } }