Comment/Message Preview Support#20
Comment/Message Preview Support#20smoak wants to merge 2 commits intoreddit-archive:masterfrom smoak:comment_preview
Conversation
|
This should be done entirely client side, not via a roundtrip to the server. |
|
I thought reddit has a customized version of markdown. Earlier before this patch I submitted a patch for comment preview support using showdown (markdown in JavaScript). I asked on IRC about it and the general consensus was that since reddit has a customized version of markdown it wouldn't be so great as a client side script. |
|
We use discount as our |
Uses api controller for comment/message preview support.