Skip to content

Fix incorrectly parsed markdown link #22908

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

Merged
merged 1 commit into from
Mar 1, 2015
Merged

Conversation

mdinger
Copy link
Contributor

@mdinger mdinger commented Feb 28, 2015

The markdown listing the link in StrExt::width isn't being parsed properly. I'm expecting it's because the [ ] is across 2 lines so this changes that. This is untested though.

@rust-highfive
Copy link
Contributor

r? @gankro

(rust_highfive has picked a reviewer for you, use r? to override)

@Gankra
Copy link
Contributor

Gankra commented Feb 28, 2015

@bors rollup r+

@bors
Copy link
Collaborator

bors commented Feb 28, 2015

@bors r=Gankro 000e976

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 1, 2015
 The markdown listing the link in [StrExt::width](http://doc.rust-lang.org/std/str/trait.StrExt.html#tymethod.width) isn't being parsed properly. I'm expecting it's because the `[ ]` is across 2 lines so this changes that. This is untested though.
@bors bors merged commit 000e976 into rust-lang:master Mar 1, 2015
@mdinger mdinger deleted the fix_link branch March 12, 2015 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants