Skip to content

Commit 4ff767c

Browse files
authored
Update make-a-github-profile-readme.mdx
1 parent c487965 commit 4ff767c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,19 @@ currently:
103103
### Images
104104

105105
```markdown
106-
![](https://images.com/cat_img.PNG)
106+
![cute cat](https://images.com/cat_img.PNG)
107107
```
108108

109-
### Highlighting code
109+
### Highlighting Code
110110

111111
```markdown
112-
<script> //code here </script>
112+
Here's a `<html>` tag.
113+
114+
Here's a HTML code:
115+
116+
```html
117+
asdfasdf
118+
```
113119
```
114120
115121
## Personalizing the README

0 commit comments

Comments
 (0)