-
Notifications
You must be signed in to change notification settings - Fork 0
Github Markup Language. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f53526f
20c7a6c
7541136
b6ee60c
69962af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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"> | ||||||
|
|
||||||
| Task List | ||||||
| - [ ] Check out the [github blog](https://github.blog/) for topic ideas. | ||||||
|
||||||
| - [ ] Check out the [github blog](https://github.blog/) for topic ideas. | |
| - [ ] Check out the [GitHub Blog](https://github.blog/) for topic ideas. |
Copilot
AI
Mar 4, 2026
There was a problem hiding this comment.
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.
| - hellooo | |
| - hello |
There was a problem hiding this comment.
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.