Fix inconsistent alerts by using the markdown notation - part 3 (#35222)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
@@ -120,11 +120,8 @@ To search within a set of repositories, you can combine multiple `repo:` qualifi
|
||||
repo:github-linguist/linguist OR repo:tree-sitter/tree-sitter
|
||||
```
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** Code search does not currently support regular expressions or partial matching for repository names, so you will have to type the entire repository name (including the user prefix) for the `repo:` qualifier to work.
|
||||
|
||||
{% endnote %}
|
||||
> [!NOTE]
|
||||
> Code search does not currently support regular expressions or partial matching for repository names, so you will have to type the entire repository name (including the user prefix) for the `repo:` qualifier to work.
|
||||
|
||||
### Organization and user qualifiers
|
||||
|
||||
@@ -140,11 +137,8 @@ To search for files within a personal account, use the `user:` qualifier. For ex
|
||||
user:octocat
|
||||
```
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** Code search does not currently support regular expressions or partial matching for organization or user names, so you will have to type the entire organization or user name for the qualifier to work.
|
||||
|
||||
{% endnote %}
|
||||
> [!NOTE]
|
||||
> Code search does not currently support regular expressions or partial matching for organization or user names, so you will have to type the entire organization or user name for the qualifier to work.
|
||||
|
||||
### Language qualifier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user