Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Mar 8, 2017
1 parent c05f62c commit 0a04e5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ It's designed to be as minimal as possible, for constrained use-cases where a fu
> **Notes:** Tables are not yet supported. If you love impossible to read regular expressions, submit a PR!

## Demos & Examples

- ⚛️ [**Snarky**](https://snarky.surge.sh) - markdown editor built with Preact & Snarkdown
- ✏️ [**Simple Markdown Editor**](http://jsfiddle.net/developit/828w6t1x/)


## Usage

Snarkdown exports a single function, which parses a string of Markdown and returns a String of HTML. Couldn't be simpler.
Expand All @@ -37,11 +43,6 @@ console.log(html);
```


## Demos & Examples

- ✏️ [**Live Markdown Editor**](http://jsfiddle.net/developit/828w6t1x/)
- ⚛️ [**Snarkdown + Preact**](https://jsfiddle.net/developit/safybf14/embedded/result,js,css,resources/)

## License

MIT
Expand Down

0 comments on commit 0a04e5c

Please sign in to comment.