UI Deploy

Curated, Short, Web UI Dev we Love.

Build a Real-Time Markdown Editor with Node.js

Markdown is a popular text format written in an easy-to-read way and is convertible to HTML. It is a markup format that has been popularized by sites such as Github and Stack Overflow. Today we will be building an app that let’s us view the raw markdown on the left side and the converted markdown (to HTML) on the right side.

view source

Advertisement