0.1.0 • Published 10 years ago

ng-light-markdown v0.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
10 years ago

ngLightMarkdown

npm version Bower version


An angular directive for the light markdown library

Installation

Download tarball

You can download the latest release tarball directly from releases

Bower

bower install ng-light-markdown

npm (server-side)

npm install ng-light-markdown

CDN

You can also use one of several CDNs available:

  • github CDN

      https://cdn.rawgit.com/Tonkean/ngLightMarkdown/<version tag>/dist/ng-light-markdown.min.js

Angular module name

The module name you shlould add to your module is ngLightMarkdown

The directive is used as follows:

    <div light-markdown="varWithLightMarkdown"></div>