Skip to content

Github Markup Language.#2

Merged
GhostWrites merged 5 commits into
mainfrom
start-blog
Mar 4, 2026
Merged

Github Markup Language.#2
GhostWrites merged 5 commits into
mainfrom
start-blog

Conversation

@GhostWrites
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 15:00
@GhostWrites GhostWrites merged commit 0bcdbe0 into main Mar 4, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Day 1 Markdown exercise document demonstrating common GitHub-flavored Markdown features (headings, task lists, images, lists, and code blocks).

Changes:

  • Introduces day-1.md with a daily learning template (planning + review sections).
  • Adds examples of task lists, ordered/unordered lists, images, and fenced code blocks (bash + JS).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread day-1.md
<img alt="Cloudy morning" src="https://octodex.github.com/images/cloud.jpg" width="100" height="500" align="right">

Task List
- [ ] Check out the [github blog](https://github.blog/) for topic ideas.
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link text uses the wrong capitalization for the product name. Consider changing "github blog" to "GitHub Blog" for consistency with GitHub branding.

Suggested change
- [ ] Check out the [github blog](https://github.blog/) for topic ideas.
- [ ] Check out the [GitHub Blog](https://github.blog/) for topic ideas.

Copilot uses AI. Check for mistakes.
Comment thread day-1.md
Unordered List
- Item 1
- Item 2
- hellooo
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"hellooo" looks like an unintended typo in the list item; consider correcting it to "hello" (or a more descriptive item) to keep the example clean.

Suggested change
- hellooo
- hello

Copilot uses AI. Check for mistakes.
Comment thread day-1.md
@@ -0,0 +1,31 @@
# Daily Learning
## Morning Planning
<img alt="Cloudy morning" src="https://octodex.github.com/images/cloud.jpg" width="100" height="500" align="right">
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first image sets both width and a very large fixed height (500px), which will likely distort the aspect ratio and create excessive vertical whitespace. Consider removing the height attribute (let it scale naturally) or using proportional dimensions consistent with the other image.

Suggested change
<img alt="Cloudy morning" src="https://octodex.github.com/images/cloud.jpg" width="100" height="500" align="right">
<img alt="Cloudy morning" src="https://octodex.github.com/images/cloud.jpg" width="100" align="right">

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants