Commit Graph

6 Commits

Author SHA1 Message Date
R. Tyler Croy f1faa065fd Add MarkdownTextArea, a (very unstyled) textarea Widget that allows live-preview. 2012-03-24 21:24:59 -07:00
R. Tyler Croy 94c954059a Add a deployment version of Showdown
Minified with jsmin (ruby version)
2012-03-24 18:25:49 -07:00
R. Tyler Croy a6e666a5c2 Flesh out some class methods on Markdown: #toHtml and #asTagBrush
Rendering Markdown with the Amber pipeline is as easy as:

    [ :html |
        html with: (Markdown asTagBrush: 'strong **coffee**') ] appendToJQuery: 'body' asJQuery.
2012-03-24 18:19:38 -07:00
R. Tyler Croy 24a6d1270a Add showdown parser from showdown.im 2012-03-24 17:38:38 -07:00
R. Tyler Croy 9cf17fdad6 Add the beginning structure of the drop 2012-03-24 17:36:28 -07:00
R. Tyler Croy 5bf342d927 Initial commit 2012-03-24 17:33:18 -07:00