Angular Markdown Editor is a markdown editor of using showdown project as markdown text parser used with angular
git clone https://github.com/JimLiu/angular-markdown-editor.gitcd angular-markdown-editor
npm installIf you have python installed in you system, you can just run python -m SimpleHTTPServer 80 to quickly runing a lightweight web server, and point your browser to http://localhost/demo/simple_editor.html for testing.