This Readme file was created using the gh-pages DEMO of NG-MD-Editor.
Article: How to create this project from scratch
This allows you to view your rendered Markdown as you type it. No longer do you have to push your readme file to github to see what the rendered text looks like. You can write all your documentation with this tool, and copy and paste to your README.md files.
Raw HTML and inlined CSS will render, too
<style>b { text-decoration: underline; color: navy; border: 2px dashed; padding: 50px 0; display: block; text-align: center}</style>var text = "All Markdown features are supported";
console.log(text);