Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Feb 17, 2025
1 parent 9619183 commit 0493912
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- [Using dark and light mode](#using-dark-and-light-mode)
- [Group](#group)
- [Badges](#badges)
- [Videos](#Videos)

Check failure on line 59 in README.md

View workflow job for this annotation

GitHub Actions / lint

Link fragments should be valid

README.md:59:3 MD051/link-fragments Link fragments should be valid [Expected: #videos; Actual: #Videos] [Context: "[Videos](#Videos)"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md051.md
- [Lists](#lists)
- [Ordered](#ordered)
- [Unordered](#unordered)
Expand Down Expand Up @@ -995,6 +996,16 @@ Vertical images with gap

![GitHub forks](https://img.shields.io/github/forks/lifeparticle/Markdown-Cheatsheet?style=for-the-badge)

# Videos

To embed a video in Markdown, you need to first upload the video file and then reference it inline:

https://github.com/user-attachments/assets/90c624e0-f46b-47a7-8509-97585dc3688a

```md
https://github.com/user-attachments/assets/90c624e0-f46b-47a7-8509-97585dc3688a
```

# Lists

## Ordered
Expand Down

0 comments on commit 0493912

Please sign in to comment.