I'm coding a tiny web site. I have an article page ready and I would like to allow comments. So, I need a text area component like the one I'm currently using here on stackoverflow. I would like the text area component to support Markdown.
What component/library should I look for for this text area? Angular, React etc? I'm wed dev noob.
Thank you for your hints :-)