UNPKG

@mdx-js/mdx

Version:
7 lines (5 loc) 158 B
import markdownExtensions from 'markdown-extensions' export const md = markdownExtensions.map(function (d) { return '.' + d }) export const mdx = ['.mdx']