Skip to content

Commit

Permalink
Merge pull request #24 from tom-reinders/patch-1
Browse files Browse the repository at this point in the history
Fix multiple mistakes
  • Loading branch information
lifeparticle authored Sep 30, 2024
2 parents 33b5927 + 5cb2137 commit 3398bc5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Windows: <kbd>control+shift+8</kbd>
<kbd> <br> [Markdown-Cheatsheet](https://github.com/lifeparticle/Markdown-Cheatsheet) ↗️ <br> </kbd>

```md
<kbd> <br> [Markdown-Cheatsheet](https://github.com/lifeparticle/Markdown-Cheatsheet) <br> </kbd>
<kbd> <br> [Markdown-Cheatsheet](https://github.com/lifeparticle/Markdown-Cheatsheet) ↗️ <br> </kbd>
```

# Collapsible items (28 July 2023)
Expand Down Expand Up @@ -1203,7 +1203,15 @@ In issues:
@lifeparticle
```

[Example](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)
[Example shown in issue](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)

In markdown file:

```md
https://github.com/lifeparticle
```

https://github.com/lifeparticle

# Reference issues and pull requests

Expand All @@ -1214,7 +1222,7 @@ In issues:
#10
```

[Example](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)
[Example shown in issue](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)

In markdown file:

Expand All @@ -1229,12 +1237,16 @@ https://github.com/lifeparticle/Markdown-Cheatsheet/pull/10

# Color models

In issues:

```md
`#ffffff`
`#000000`
```

[Example](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)
[Example shown in issue](https://github.com/lifeparticle/Markdown-Cheatsheet/issues/1)

![image](https://github.com/user-attachments/assets/523128b8-e877-4e6f-884c-28691eaa1d8f)

# View Code

Expand Down

0 comments on commit 3398bc5

Please sign in to comment.