milkdown icon indicating copy to clipboard operation
milkdown copied to clipboard

[RFC] MDX support.

Open Saul-Mirone opened this issue 1 year ago • 1 comments

Motivation

MDX is widely used now and it can help us to leverage awesome components built by different frameworks.

API

import { Counter, Image } from 'your-awesome-component'

Editor.make()
  .config((ctx) => {
    ctx.set(mdxMap, {
      counter: Counter,
      image: Image
    })
  })
  .use(mdx)
  .create();

WIP...

Saul-Mirone avatar Mar 07 '23 15:03 Saul-Mirone

hello :) what is current progress of this issue? I want to contribute here.

kesuskim avatar Nov 27 '23 03:11 kesuskim