This Stack Overflow post explores the world of javascript markdown editors, focusing on the best choices for building a site with live preview functionality. The question was originally asked in 2008 and has garnered a wealth of information and insights over the years. This summary provides a breakdown of the key options, considerations, and trends in the field of javascript markdown editing.
The post begins by highlighting the WMD editor, used on the popular Q&A platform Stack Overflow. WMD is a powerful tool that offers a live preview, allowing users to see their markdown text transformed into HTML in real-time. The editor is praised for its functionality and ease of use, but it was initially a proprietary solution.
The post goes on to mention Showdown, a javascript library that converts markdown to HTML. Showdown is actually used by WMD, providing the core functionality behind the live preview.
The thread also explores a range of alternative javascript markdown editors and libraries, providing insights into their strengths and limitations.
When selecting a javascript markdown editor, the following factors are crucial:
Ask anything...