-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converts History.txt to markdown #179
Converts History.txt to markdown #179
Conversation
After discussing and agreeing on a convertion to markdown (see github issue rack#168 ) this change renames the file and cleans up the formatting. NOTE: the content stays untouched.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A very minor suggestion, but please fix and I'll approve afterwards.
History.md
Outdated
Because #last_response is now a MockResponse instead of a Rack::Response, | ||
#last_response.body now returns a string instead of an array. | ||
Because #last_response is now a MockResponse instead of a Rack::Response, #last_response.body | ||
now returns a string instead of an array. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we could also use backticks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jepp, i did it first but wass't sure if it would have enough value. I will update the PR accordingly. Thanks for the feedback.
According to the suggestions in the PR, more code snippets haven been marked as code for proper rendering.
@perlun PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Please merge this (preferably using squash merge so we don't get more commits on master than necessary).
* Converts History.txt to markdown After discussing and agreeing on a convertion to markdown (see github issue rack#168 ) this change renames the file and cleans up the formatting. NOTE: the content stays untouched. * Improves code rendering According to the suggestions in the PR, more code snippets haven been marked as code for proper rendering.
After discussing and agreeing on a convertion to markdown
(see github issue #168 ) this change renames the file and
cleans up the formatting.
NOTE: the content stays untouched.