-
Notifications
You must be signed in to change notification settings - Fork 35.7k
YourWorld #1419
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
YourWorld #1419
Changes from all commits
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 |
---|---|---|
@@ -1,4 +1,21 @@ | ||
[](https://codecrafters.io/github-banner) | ||
# ai | ||
journey to learn new things every day using ai | ||
https://desirelovell.com/ | ||
https://www.linkedin.com/in/desirelovell/ | ||
https://linktr.ee/desirelovell | ||
|
||
### Languages and Tools: | ||
 | ||
 | ||
 | ||
 | ||
|
||
<h2>Skills</h2> | ||
<ul> | ||
<li>Python</li> | ||
<li>JavaScript</li> | ||
<li>HTML & CSS</li> | ||
</ul>[](https://codecrafters.io/github-banner) | ||
Comment on lines
+13
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Use Markdown syntax for the Skills section - <h2>Skills</h2>
- <ul>
- <li>Python</li>
- <li>JavaScript</li>
- <li>HTML & CSS</li>
- </ul>
+ ## Skills
+
+ - Python
+ - JavaScript
+ - HTML & CSS
|
||
|
||
## Build your own <insert-technology-here> | ||
|
||
|
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.
🛠️ Refactor suggestion
Align heading levels and remove trailing punctuation
The "Languages and Tools:" heading is
###
, which skips from anh1
toh3
(MD001) and includes a trailing colon (MD026). Change it to a second-level heading without punctuation for consistency.📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
7-7: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
7-7: Trailing punctuation in heading
Punctuation: ':'
(MD026, no-trailing-punctuation)