This Markdown reader app, used from react-markdown.
You can clone this repo and check files. in Home
module, i made a MarkdownEditor component that emit textarea value to ReactMarkdown reader and render it 😃.
Cloning the repo, then run the development server.
yarn install
yarn dev
Open http://localhost:5173 with your browser to see the result.