Skip to content

Commit ad36a6f

Browse files
authored
Note (skills#450)
* Update **Note** syntax > [!NOTE] > New syntax introduced by @dipree * Add line breaks > [!NOTE]\ > Line break with `\` * Revert "Add line breaks" Soft line breaks will now suffice. This reverts commit 4153bdf.
1 parent de1c70f commit ad36a6f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/steps/2-commit-a-file.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The following steps will guide you through the process of committing a change on
2424

2525
3. In the **Name your file...** field, enter `PROFILE.md`.
2626

27-
**Note:** `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
27+
> [!NOTE]
28+
> `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
2829
2930
4. In the **Enter file contents here** area, copy the following content to your file:
3031

.github/steps/3-open-a-pull-request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ To create a pull request automatically, click **Compare & pull request**, and th
3838
8. Click **Create pull request**. You will automatically be navigated to your new pull request.
3939
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
4040

41-
**Note**: You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
41+
> [!NOTE]
42+
> You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
4243
4344
<img alt="screenshot of an example of an actions line" src="/images/Actions-to-step-4.png"/>

.github/steps/4-merge-your-pull-request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ As noted in the previous step, you may have seen evidence of GitHub Actions runn
2727

2828
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
2929

30-
**Note**: Check out the **Finish** step to see what you can learn next!
30+
> [!NOTE]
31+
> Check out the **Finish** step to see what you can learn next!

0 commit comments

Comments
 (0)