I'm writing a Rails application and have articles in Markdown rendered using the Redcarpet gem. I would like to include images in my articles, how would I go about doing this? Where is the correct place for the images in my application, and how would I display them from that location using markdown?
Also, if I wanted the user to be able to attach/embed an image in their article, how would I do this?
By the way, I'm using Rails 5.