Skip to content

Commit 6d5c7b5

Browse files
authored
Update make-a-github-readme.mdx
1 parent 880a46b commit 6d5c7b5

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

projects/make-a-github-readme/make-a-github-readme.mdx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ You can kick off the file with a H1 heading with a single `#`:
7272
# Hello, World! 🌎 I'm Gabby 👋
7373
```
7474

75+
### Text Formatting
76+
77+
Create emphasis in text with:
78+
79+
```markdown
80+
_italicize_
81+
82+
**bold**
83+
84+
~~strikethrough~~
85+
```
86+
7587
### Lists
7688

7789
Put an asterisk (`*`), dash (`-`), or number (`1.`) before each list item. Each option creates bullet points, dashed lists, and numbered lists, respectively. For example:
@@ -84,8 +96,6 @@ currently:
8496
- ‼️ hackNY '25
8597
```
8698

87-
###
88-
8999
### Links
90100

91101
```markdown
@@ -113,7 +123,13 @@ There are many plugins and ways to personalize your README!
113123
- SVGs (Vector images)
114124
- Here’s a [superlist](https://github.com/abhisheknaiidu/awesome-github-profile-readme?tab=readme-ov-file#tools) of things you can embed – everything from stats on what languages you use, visitor counters, jokes, or even music players!
115125

116-
## Examples for inspo
126+
## #30NitesOfCode Pet Embed
127+
128+
If you are participating in [#30NitesOfCode](https://www.codedex.io/30-nites-of-code), add your pet to your GitHub README as well!
129+
130+
![#30NitesOfCode example](https://i.imgur.com/pR6asfj.gif)
131+
132+
## Examples for Inspo
117133

118134
Here are some from my friends:
119135

0 commit comments

Comments
 (0)