outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

Any plans to support markdown and/or jsx #68

Closed jmolivas closed 5 years ago

jmolivas commented 5 years ago

There is any plan to provide support for mdx https://mdxjs.com/ ?

There is a roadmap for upcoming features?

Great project by the way ;)

tommoor commented 5 years ago

Hey, not sure what you mean by plans to support Markdown? All of the markdown standard works with the editor right now and the input / output is Markdown too 😉

As for JSX, I don't think that's something we'll be supporting as it's a security risk for any environment where user input is untrusted. I believe you could probably add it as a plugin though!

jmolivas commented 5 years ago

My bad, wrong title supposed to say mdx not markdown ;)

Thanks for the reply