Skip to content

Fix highlighted text in AsciiDoctor 2 migration branch. #1536

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
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/06-github/sections/2-contributing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ It turns out there are many, many ways to reference other things almost anywhere

Let's start with how to cross-reference another Pull Request or an Issue.
All Pull Requests and Issues are assigned numbers and they are unique within the project.
For example, you can't have Pull Request #3 _and_ Issue #3.
If you want to reference any Pull Request or Issue from any other one, you can simply put `#<num>` in any comment or description.
For example, you can't have Pull Request +#3+ _and_ Issue +#3+.
If you want to reference any Pull Request or Issue from any other one, you can simply put `+#<num>+` in any comment or description.
You can also be more specific if the Issue or Pull request lives somewhere else; write `username#<num>` if you're referring to an Issue or Pull Request in a fork of the repository you're in, or `username/repo#<num>` to reference something in another repository.

Let's look at an example.
Expand Down