Skip to content

Commit 7bc9497

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,18 @@ currently:
108108

109109
### Highlighting Code
110110

111+
Inline code:
112+
111113
```markdown
112114
Here's a `<html>` tag.
115+
```
113116

114-
Here's a HTML code:
117+
Code blocks:
115118

119+
```
116120
```html
117121
asdfasdf
118-
```
122+
\`\`\`
119123
```
120124

121125
## Personalizing the README

0 commit comments

Comments
 (0)