Skip to content

coolaj86/angular-markdown-directive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

angular-markdown-directive

Bower Component for a simple AngularJS Markdown directive using Showdown. Based on this excellent tutorial by @johnlinquist.

Usage

  1. bower install angular-markdown-directive
  2. Made sure the showdown lib is loaded. It should be installed as a dependency at components/showdown/compressed/showdown.js.
  3. Include the markdown.js script provided by this component into your app.
  4. Add btford.markdown as a module dependency to your app.
  5. Insert the btf-markdown directive into your template:
<btf-markdown>   
     #Markdown directive   
     *It works!*  
</btf-markdown>

You can also bind the markdown input to a scope variable:

<div btf-markdown="markdown"> 
</div>
<!-- Uses $scope.markdown -->

License

MIT

About

AngularJS markdown directive using Showdown.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%