An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# markdown-delight-editor

[![Build Status](https://travis-ci.org/TuvaLabs/markdown-delight-editor.svg?branch=master)](https://travis-ci.org/TuvaLabs/markdown-delight-editor/)

A markdown editor (Polymer Component)

![markdown-delight-editor](https://raw.githubusercontent.com/TuvaLabs/markdown-delight-editor/master/static/markdown.png)

# 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

```