Giter VIP home page Giter VIP logo

readmetutor's Introduction

///////// Collapsable block /////////

Usage:

<details><summary>English translation</summary>

```text
Input:  I goes to school.
Output: I go to school.
</details>

Result:

English translation
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:

<s>hello world</s>

Result:

hello world







///////// Commented text /////////

<!-- This content will not appear in the rendered Markdown -->
<!-- Commented text -->

Result:







///////// Task Lists /////////

- [x] task 1

- [ ] task 2
  • 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

enter image description here

also you can use <img> html tag

<img src="https://i.stack.imgur.com/tnpHr.jpg" width="220" height="60">







///////// 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:

<video src='your URL here' width=180/>

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

readmetutor's People

Contributors

ukushu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.