vadimdemedes / goodness-squad

4 stars 0 forks source link

Render MDX to terminal #10

Open vadimdemedes opened 3 years ago

vadimdemedes commented 3 years ago

It would be cool to have an <MDX> component as a standalone package that could render MDX in the terminal using Ink's built-in components. There's actually already an official guide at https://mdxjs.com/guides/terminal, which should serve as a great starting point. You'd need to:

stelmakh commented 3 years ago

@vadimdemedes I'd like to work on this one

stelmakh commented 3 years ago

Here's the repo with the basic MDX component: https://github.com/stelmakh/ink-mdx