https://github.com/ukushu/readmetutor
https://github.com/ukushu/readmetutor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ukushu/readmetutor
- Owner: ukushu
- Created: 2023-08-17T17:59:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T08:20:34.000Z (about 1 year ago)
- Last Synced: 2025-03-01T19:16:09.896Z (7 months ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
///////// Collapsable block /////////
Usage:
```
English translation```text
Input: I goes to school.
Output: I go to school.```
Result:
English translation
```text
Input: I goes to school.
Output: I go to school.
```///////// Header /////////
Usage:
```
# A first-level heading
## A second-level heading
### A third-level heading
```Result:
# A first-level heading
## A second-level heading
### A third-level heading///////// Strikethrough /////////
Usage:
```
hello world
```Result:
hello world
///////// Commented text /////////
``````
Result:///////// Task Lists /////////
```
- [x] task 1- [ ] task 2
```- [x] task 1
- [ ] task 2
///////// Insert image /////////
Image hostings:
https://imgur.com/
https://img.hurtom.com/
Usage:
Insert original size:
```
[![enter image description here][1]][1][1]: https://i.stack.imgur.com/tnpHr.jpg
```Insert with changed size:
```
[![enter image description here][1]][1][1]: https://i.stack.imgur.com/tnpHr.jpg?s=16
[2]: https://i.stack.imgur.com/tnpHr.jpg?s=32
[3]: https://i.stack.imgur.com/tnpHr.jpg?s=64
[4]: https://i.stack.imgur.com/tnpHr.jpg?s=128
[5]: https://i.stack.imgur.com/tnpHr.jpg?s=256
[6]: https://i.stack.imgur.com/tnpHr.jpg?s=512
```[![enter image description here][1]][1]
[![enter image description here][2]][2]
[1]: https://i.stack.imgur.com/tnpHr.jpg?s=64
[2]: https://i.stack.imgur.com/tnpHr.jpg?s=128also you can use `
html tag`
```
![]()
```///////// Embed video /////////
Just insert direct link to mp4 video:
```
https://user-images.githubusercontent.com/1991296/224442907-7693d4be-acaa-4e01-8b4f-add84093ffff.mp4
```or just insert direct link on youtube:
```
```
also we can share video using special repo: https://www.geeksforgeeks.org/how-to-add-videos-on-readme-md-file-in-a-github-repository/?id=discuss
and after this use it inside of any ReadMe from other repositories