Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derbyjs/d-showdown
Derby component wrapping showdown (markdown renderer)
https://github.com/derbyjs/d-showdown
Last synced: about 1 month ago
JSON representation
Derby component wrapping showdown (markdown renderer)
- Host: GitHub
- URL: https://github.com/derbyjs/d-showdown
- Owner: derbyjs
- Created: 2014-04-27T05:21:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T06:33:12.000Z (almost 9 years ago)
- Last Synced: 2024-09-17T15:28:06.707Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-derby - d-showdown - Derby component wrapping showdown (markdown renderer) (Components)
README
d-showdown
==================Example Showdown Derby component.
# Usage
[Example usage](http://github.com/derbyjs/derby-examples/tree/master/codemirror)## In your template
```
```## Your data
```
model.set("_page.text", "__Hello World__");
```
See the [derby-examples](http://github.com/derbyjs/derby-examples/tree/master/codemirror)
repo for an example using real-time data subscriptions to power multi-player markdown editing.