-
Notifications
You must be signed in to change notification settings - Fork 10
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
doc: fix extra spaces inside links in README.md #205
Conversation
README.md
Outdated
/> | ||
</a> | ||
<a href="https://travis-ci.org/metarhia/jstp"><img | ||
src="https://travis-ci.org/metarhia/JSTP.svg?branch=master" |
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.
@tshemsedinov heads up, this is going to conflict with your PR. Whichever lands later will have to be rebased.
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.
LGTM
Don't let the HTML parser convert the newlines into spaces that end up being inside the links and getting highlighted by, basically, removing those newlines. The code formatting is still there though, and the lines are kept under 80 characters, it's just the style of the HTML code that was changed. Fixes: #204
b9832c7
to
823c293
Compare
Rebased to resolve the conflict. |
Don't let the HTML parser convert the newlines into spaces that end up being inside the links and getting highlighted by, basically, removing those newlines. The code formatting is still there though, and the lines are kept under 80 characters, it's just the style of the HTML code that was changed. Fixes: #204 PR-URL: #205 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com>
Landed in 8cc77d8. |
Don't let the HTML parser convert the newlines into spaces that end up being inside the links and getting highlighted by, basically, removing those newlines. The code formatting is still there though, and the lines are kept under 80 characters, it's just the style of the HTML code that was changed. Fixes: #204 PR-URL: #205 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com>
Don't let the HTML parser convert the newlines into spaces that end up being inside the links and getting highlighted by, basically, removing those newlines. The code formatting is still there though, and the lines are kept under 80 characters, it's just the style of the HTML code that was changed. Fixes: #204 PR-URL: #205 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Timur Shemsedinov <timur.shemsedinov@gmail.com>
Don't let the HTML parser convert the newlines into spaces that end up
being inside the links and getting highlighted by, basically, removing
those newlines. The code formatting is still there though, and the lines
are kept under 80 characters, it's just the style of the HTML code that
was changed.
Fixes: #204