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