Hello ! In this post i’ll show you how to create a blog engine to read Markdown files just using AngularJS :) So let’s get started. First of all, you will need to include the showdown script in your app. You can use this CDN <script src="http://cdnjs.cloudflare.com/ajax/libs/showdown/0.3.1/showdown.min.js"></script> So, how this will work? Well, its very simple: To get started we will list all pos