Comment on Markdown editor with live previewComments−walle_OP13yQuick project I threw together tonight.Enter markdown on the right side and see the live preview on the right.Supports github markdown eg.```ruby def foo :foo end ```Only tested in Chrome. Safari seems to work but Firefox have a bug with the textarea.
Comments
Quick project I threw together tonight.
Enter markdown on the right side and see the live preview on the right.
Supports github markdown eg.
```ruby def foo :foo end ```
Only tested in Chrome. Safari seems to work but Firefox have a bug with the textarea.