An open API service indexing awesome lists of open source software.

https://github.com/ukushu/readmetutor


https://github.com/ukushu/readmetutor

Last synced: 2 months ago
JSON representation

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=128

also 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