Merged
Conversation
LINK2 is OK for external links, right?
Contributor
Yep. |
std/zip.d
Outdated
|
|
||
| /** | ||
| * Read/write data in the $(LINK2 http://www.info-_zip.org, zip archive) format. | ||
| * Read/write data in the $(LINK2 http://www.info-zip.org, zip archive) format. |
Contributor
There was a problem hiding this comment.
I think you have to put an underscore before the second "zip", here. Otherwise it generates an <a> element for an anchor, and that messes with the <a> from the LINK2.
Contributor
There was a problem hiding this comment.
Pull request to tackle this in the macro definitions: dlang/dlang.org#1338
Should still put the underscore before the second "zip", though.
Contributor
Author
|
Like this? |
Member
|
Auto-merge toggled on |
Contributor
Author
Why is it better? Ref #4411. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LINK2 is OK for external links, right?