Skip to content

Conversation

@ethan-kusters
Copy link
Contributor

Bug/issue #, if applicable: rdar://58775869

“See Also” is a common kind of aside that folks parsing markdown may wish to consider.

For Swift-DocC specifically, there is a lot of pre-DocC Swift documentation content that uses this style of callout:

- SeeAlso:

In order to gracefully transition this content over to Swift-DocC style asides, we should add support for them. (There will need to be a follow-up PR in Swift-DocC to fully adopt this once this PR lands.)

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

  • Added tests
  • Ran the ./bin/test script and it succeeded
  • Updated documentation if necessary

“See Also” is a common kind of aside that folks parsing markdown
may wish to consider.

For Swift-DocC specifically, there is a lot of pre-DocC Swift
documentation content that uses this style of callout:

```
- SeeAlso:
```

In order to gracefully transition this content over to Swift-DocC
style asides, we should add support for them.
@ethan-kusters ethan-kusters self-assigned this Jan 10, 2023
@ethan-kusters ethan-kusters changed the title Adds the seeAlso aside Adds support for "See Also" asides Jan 10, 2023
@ethan-kusters
Copy link
Contributor Author

@swift-ci please test

Copy link
Contributor

@bitjammer bitjammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, thank you.

Copy link
Contributor

@QuietMisdreavus QuietMisdreavus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@ethan-kusters ethan-kusters merged commit 4a5dd44 into swiftlang:main Jan 11, 2023
@ethan-kusters ethan-kusters deleted the see-also-aside branch January 11, 2023 00:48
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.

3 participants