Angular Showdown directive compile
by maxisam
HTML
<script src="https://raw.github.com/coreyti/showdown/master/src/showdown.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<div ng-controller="MainCtrl">
</div>
JavaScript
angular.module('myApp', []).controller('MainCtrl', function($scope) {
});