You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here’s a link to [GitHub's Markdown Guide](https://guides.github.com/features/mastering-markdown/) for more tips and tricks.
110
+
111
+
---
112
+
113
+
### 🔤 Step 5: Inline Code Example
16
114
17
-
- ✅ Learned about headers
18
-
- 🔜 Bullet points
19
-
- 🔜 Formatting styles
20
-
- 🔜 Tables and more
115
+
Sometimes you just need to show a command like `git status` or `npm install` right in the middle of a sentence — that's where `inline code` comes in handy!
21
116
22
117
---
23
118
@@ -29,17 +124,17 @@ Here's a cool GitHub mascot just for fun:
29
124
30
125
---
31
126
32
-
## 🌟 Next Up
127
+
## 🌟 What’s Next?
33
128
34
-
Stay tuned! I’ll be learning about:
129
+
Stay tuned! I’ll be exploring:
35
130
36
-
- Bold and italic text
37
-
- Code blocks
38
-
- Links and images
39
-
- Tables
40
-
- Checklists
131
+
- More advanced Markdown tricks
132
+
- README formatting like a pro
133
+
- GitHub Actions
134
+
- Jekyll pages or GitHub Pages
41
135
42
136
---
43
137
44
-
_Thanks for stopping by — follow along as I build this Markdown journey!_ ✨
138
+
_Thanks for stopping by — follow along as I build this Markdown journey!_ ✨
139
+
_Created with ❤️ and `Markdown` magic by Codemikemike._
0 commit comments