1
0
mirror of synced 2025-12-19 18:10:59 -05:00

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:
Artur Kordowski
2024-11-12 01:08:22 +01:00
committed by GitHub
parent 160bd14137
commit 74534576f1
215 changed files with 810 additions and 1714 deletions

View File

@@ -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