Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derbyjs/d-showdown

Derby component wrapping showdown (markdown renderer)
https://github.com/derbyjs/d-showdown

Last synced: about 2 months ago
JSON representation

Derby component wrapping showdown (markdown renderer)

Awesome Lists containing this project

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.