You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried installing the gem by adding the following to Gemfile
gem'maildown'
That worked except I'm already using Redcarpet in my project so I wanted to configure the markdown renderer like is shown in the Readme, but I got an error when I put the code sample from the Readme in an initializer.
Looking at the gem version I saw that it's still 0.0.1 so I pointed my Gemfile to the Github repo and everything worked.
I'd love to see a new version of the gem that's in sync with the Readme.
The text was updated successfully, but these errors were encountered:
I just tried installing the gem by adding the following to Gemfile
That worked except I'm already using Redcarpet in my project so I wanted to configure the markdown renderer like is shown in the Readme, but I got an error when I put the code sample from the Readme in an initializer.
Looking at the gem version I saw that it's still 0.0.1 so I pointed my Gemfile to the Github repo and everything worked.
I'd love to see a new version of the gem that's in sync with the Readme.
The text was updated successfully, but these errors were encountered: