Build Your Own Markdown to HTML Converter Using JavaScript
You’ve probably seen Markdown if you write a lot of notes, documentation, or blog entries. It allows you to format text with straightforward symbols rather than complex menus. This tutorial will teach you how to create a Markdown to HTML tool using a browser-based Javascript tool. Using a few lines of vanilla JavaScript, you will
