diff --git a/assets/images/help/pull_requests/merge-queue-link.png b/assets/images/help/pull_requests/merge-queue-link.png index a44ed025843e..69e5e346446d 100644 Binary files a/assets/images/help/pull_requests/merge-queue-link.png and b/assets/images/help/pull_requests/merge-queue-link.png differ diff --git a/assets/images/help/pull_requests/remove-from-queue-button.png b/assets/images/help/pull_requests/remove-from-queue-button.png index 59a8b831b873..570ca8a16587 100644 Binary files a/assets/images/help/pull_requests/remove-from-queue-button.png and b/assets/images/help/pull_requests/remove-from-queue-button.png differ diff --git a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md index 1e5ff92d5119..d3b5b91f1209 100644 --- a/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md +++ b/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md @@ -189,6 +189,12 @@ To create a nested list using the web editor on {% data variables.product.produc - Second nested list item ``` +{% tip %} + +**Note**: In the web-based editor, you can indent or dedent one or more lines of text by first highlighting the desired lines and then using Tab or Shift+Tab respectively. + +{% endtip %} + ![Nested list with alignment highlighted](/assets/images/help/writing/nested-list-alignment.png) ![List with two levels of nested items](/assets/images/help/writing/nested-list-example-1.png) diff --git a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue.md b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue.md index c61d23e39484..eb64ba9bcf28 100644 --- a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue.md +++ b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue.md @@ -61,7 +61,7 @@ You can view the merge queue for a base branch in various places on {% data vari ![View merge queue on Pull requests page](/assets/images/help/pull_requests/clock-icon-in-pull-request-list.png) -- On the pull request page when merge queue is required for merging, scroll to the bottom of the timeline and click **the merge queue** link. +- On the pull request page when merge queue is required for merging, scroll to the bottom of the timeline and click the **merge queue** link. ![Merge queue link on pull request](/assets/images/help/pull_requests/merge-queue-link.png)