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
Replace commonmarker with Redcarpet::Markdown (#337)
**This PR:**
- Replaces [commonmarker](https://github.com/gjtorikian/commonmarker) with [redcarpet](https://github.com/vmg/redcarpet)
- Simplifies the output of `rspec` to only show failures and not display the details of every test
Dependabot wants to upgrade `commonmarker` to a [version after 1.0](#336) but the latest version doesn't work because of [this issue](github/markup#1758).
Redcarpet renders the example app documentation correctly without any additional code changes.
0 commit comments