Markdown is a lightweight markup language used to format plain text. It was created by John Gruber in 2004 with the goal of making it easy for writers to create web content that is both human-readable in its raw form and easily converted into HTML.
ChatGPT - "what is markdown"
729 x 269, 23.3 KB, PNG
When developing a text editor in React, you may have a various choice, such as React Quill, Editor.js, TinyMCE...
They are great libraries!
But in some cases, you may not need that much, and you don't need to customize or put much effort on an editor. In this case, we might consider a Markdown one.
Markdown is a simple, readable, and versatile markup language that allows for easy formatting of plain text, making it ideal for writing and converting content across various platforms.