sibiraj-s / marked-react

⚛️ Render Markdown as React components
https://sibiraj-s.github.io/marked-react/
MIT License
68 stars 11 forks source link

Export ReactParser and ReactRenderer #15

Closed kelvinhammond closed 1 year ago

kelvinhammond commented 1 year ago

For external use. This should allow someone to easily use different parts of the library such as the ReactRenderer and even extend their own easily.

I mainly want to do this so I can work around the Lexer no accepting options via marked.use.

kelvinhammond commented 1 year ago

@sibiraj-s Can this be merged and a release made?