Tutorial: Markdown editor with AngularJS and marked

Posted by Peter
tags: angularjs javascript markdown

What I want to achieve today:

  1. simple web application allowing to write something in Markdown and instantly see results in HTML while writing.
  2. Most of the time I use Markdown to create GitHub README.md files, so I would like my app to be able to...