https://github.com/ryanseddon/markdown-component
A Web Component to parse markdown to html
https://github.com/ryanseddon/markdown-component
Last synced: about 1 month ago
JSON representation
A Web Component to parse markdown to html
- Host: GitHub
- URL: https://github.com/ryanseddon/markdown-component
- Owner: ryanseddon
- Created: 2013-06-15T07:36:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-02T06:04:29.000Z (almost 12 years ago)
- Last Synced: 2025-04-11T12:21:27.335Z (about 1 month ago)
- Size: 109 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Markdown component
A simple markdown component that uses the Showdown.js library
## How to use
This web component uses the Polymer library.
1. Make sure you have `polymer.min.js` included in your page
2. Import component ``
3. Simply put markdown inside the `` element
4. ?????
5. Profit $$$```html
# Markdown
Some text
## Heading level 2
Some more text with a [link](http://www.thecssninja.com/)
```
## Made as part of talk
I did a talk on Web Components and created a whole bunch of components to dog food the talk itself. See master repo [web-components](https://github.com/ryanseddon/web-components).