GamerPolls / gamerpolls.com

A polling site geared towards use by streamers on Twitch.
http://gamerpolls.com/
GNU General Public License v3.0
5 stars 2 forks source link

Add markdown parsing of answers #38

Closed cletusc closed 8 years ago

cletusc commented 10 years ago

Limit it to only a few markdown options like links and images. This would allow you to have your own images for answers (like Binding of Isaac characters) and links and stuff.

BethaNeeks commented 8 years ago

added markdown parsing to the showPoll function in app/controllers/poll_controller.js

Images and Links are now parsed, using the format: Image: ![Alt Text](url) Link: [Text](url)

cletusc commented 8 years ago

Commit ref 764198c00141630a757557a4f053e96d67690fe2

@BethaNeeks can you ref the commit sha in your comments or call out the issue number in your commit messages that way everything is all linked up nice and tidy?