https://github.com/maritzstl/mtz-marked-editor
Extends a textarea that can be controlled by UI elements for inserting markdown
https://github.com/maritzstl/mtz-marked-editor
editor markdown polymer webcomponents
Last synced: over 1 year ago
JSON representation
Extends a textarea that can be controlled by UI elements for inserting markdown
- Host: GitHub
- URL: https://github.com/maritzstl/mtz-marked-editor
- Owner: MaritzSTL
- License: mit
- Created: 2017-07-05T04:02:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T16:18:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T14:31:46.254Z (over 1 year ago)
- Topics: editor, markdown, polymer, webcomponents
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/MaritzSTL/mtz-marked-editor)
[](https://www.webcomponents.org/element/MaritzSTL/mtz-marked-editor)
# \
Extends a textarea that can be controlled by UI elements for inserting markdown.
```html
```
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.