x-tag-markdown

Converts markdown to html


Keywords
Element, web-components, x-tag
Install
bower install x-tag-markdown

Documentation

About x-markdown

A HTML Tag that displays HTML Content based on the Markdown text in the node.

Example

<x-markdown>
# Foo
  
Bar 
  
## Foo Bar
  
* Eins 
* Zwei 
* Drei

</x-markdown>


Download it

Dev Setup

Fork this repo, rename it, then clone it.

$ npm install	// install bower tasks
$ bower install	// install components
$ grunt build   // build
$ grunt bump-push  // bump the version number, tag it and push to origin master
$ grunt connect // run the exaple from a webserver 

Links

Yeoman X-Tag Generator

X-Tags Docs

Guide for creating X-Tag Components

Using X-Tag components in your applications