https://github.com/tuvalabs/markdown-delight-editor
A markdown editor
https://github.com/tuvalabs/markdown-delight-editor
codemirror-component content-management markdown-editor markdown-parser plugin polymer-element
Last synced: about 1 year ago
JSON representation
A markdown editor
- Host: GitHub
- URL: https://github.com/tuvalabs/markdown-delight-editor
- Owner: TuvaLabs
- Created: 2016-04-12T15:18:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T10:16:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T12:58:15.766Z (over 1 year ago)
- Topics: codemirror-component, content-management, markdown-editor, markdown-parser, plugin, polymer-element
- Language: HTML
- Size: 63.5 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-delight-editor
[](https://travis-ci.org/TuvaLabs/markdown-delight-editor/)
A markdown editor (Polymer Component)

# Install:
Install the component using Bower:
```
bower install markdown-delight-editor
```
# Usage:
Import Web Components polyfill:
```
```
Import Markdown Delight Editor Element:
```
```
Use the component:
```
This is **marked** text
```