allegroplanet / allegro-planet

1 stars 1 forks source link

Add Markdown Support #31

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

Any text value is currently just a blob of unformatted characters. This includes User.description, Game.description, and GameRelease.notes.

Solution

Add markdown support for these fields by using the redcarpet gem. A few bullet points: