UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

10 lines (9 loc) 239 B
import { remarkAttributes } from './remark-attributes/index.js'; export const attributesPlugin = () => { return { name: 'doom-attributes', markdown: { remarkPlugins: [remarkAttributes], }, }; };