===================
This component is no longer actively maintained. Please use marked-element instead :)
See the component page for more information.
Install the component using Bower:
$ bower install robdodson/mark-down --save
Or download as ZIP.
- Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
- Import Custom Element:
<link rel="import" href="bower_components/mark-down/mark-down.html">
- Start using it!
<mark-down>This is **awesome**</mark-down>
If you wish to work on the element in isolation, I recommend that you use Polyserve to keep the bower dependencies in line. You can install it via:
npm install -g polyserve
And you can run it via:
polyserve
Once running, you can preview the element at
http://localhost:8080/components/mark-down/
.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Rob Dodson