Angular Markdown Editor, customised for Telegraph EIP with added buttons
npm install eip-angular-markdown-editor1.1.5Marked.js is awesome for markdown preview and Highlight.js is a must have for easiser code viewing with colors highlighting. The Bootstrap-Markdown is a really great and minimalist looking as a simplified WYSIWYG editor. This editor was simply missing an AngularJS all-in-one package and so I created a Directive to handle all of that. For all of these great tools, we will use their AngularJS version (as much as possible) for easier integration as for example Marked.js AngularJS version is Angular-Marked.
angular-markdown-editor already exist on Bower, so I had to use a different name)_bash
bower install angular-markdown-editor-ghiscoding
`
##### NPM
`bash
npm install angular-markdown-editor
`
##### NuGet
_Some of the dependencies were added manually to this package (because they don't all exist on NuGet). For these packages, you could get them through Github and add them manually yourself or just use the one included with this package._
`bash
PM> Install-Package Angular-Markdown-Editor
`$3
_NOTE: Unfortunately, the "highlight.js" npm module doesn't seem to have proper bundles, so it's easier for us to get the minified CSS, JS files directly from CDN where they are bundled correctly. As for the highlight styles, if you want to use another style, then you can replace the "...xxx.min.css" by the name you want to use, for example if we want to use "github", we would get "highlight.js/.../github.min.css"_
`html
`$3
Simply create a