Add Color to Text in Read Me File

Writing Github README

1. Headings

# Heading1
## Heading2
### Heading3
#### Heading4
##### Heading5
###### Heading6

Headings

two. Line Breaks

Markdown Manner
of breaking

HTML way <br>
of breaking

Line Breaks

3. Emphasis

**Bold**
__Bold__

*Italic*
_Italic_

***Hybrid***
___Hybird___
**_Hybrid_**
*__Hybrid__*

iv. Blockquotes

> This is a blockquote
>
> This is next line

> This is master Blockquote
> >This is nested Blockquote
> >
> >Permit's go out of nested
>
> Allow'southward become out of main

5. Code

<html>
<body>
<p>Let's keep it as a code block and not return it for one time</p>
</body>
</html>

6. Lists

* Item1
* Item2
* Item3

- Item1
- Item2
- Item3

i. Item1
2. Item2
3. Item3

7. Horizontal Rules

---

****

_______

8. Links

[Link to Portfolio Website](https://gaganpreetkaurkalsi.netlify.app/)

Output

[Link to Portfolio Website](https://gaganpreetkaurkalsi.netlify.app "My Portfolio Website")

When you hover over, the title is shown

9. Images

![Alt](path to img)

![Paradigm](/component-library/images/website.svg)

![Chief](https://media.giphy.com/media/wKoPDy4mp8Lr6IJ9ce/giphy.gif)

website.svg displayed in README
Sorry for the poor quality

x. Video

Drag and Drib. Information technology'southward equally simple as that

11. Labels

![GitHub all releases](https://img.shields.io/github/downloads/{username}/{repo-name}/total)
![GitHub language count](https://img.shields.io/github/languages/count/{username}/{repo-name})
![GitHub top language](https://img.shields.io/github/languages/top/{username}/{repo-name}?color=yellow)
![Bitbucket open up issues](https://img.shields.io/bitbucket/issues/{username}/{repo-name})
![GitHub forks](https://img.shields.io/github/forks/{username}/{repo-proper name}?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/{username}/{repo-proper name}?style=social)

Output Labels

12. Table

| Header1 | Header2 | Header3 |
| — — — | — — — — — -| — — — — — |
| R1C1 | R1C2 | R1C3 |
| R2C1 | R2C2 | R2C3 |

Tabular array

| Header1 | Header2 | Header3 |
| :---- | :----: | ----: |
| R1C1 | R1C2 | R1C3 |
| R2C1 | R2C2 | R2C3 |

Table with Alignment

13. Chore List

- [ten] Write a blog
- [x] Make it interesting
- [ ] Publish it

Task list

xiv. Add Color

```diff
- This is a crimson colored line
+ This is a green colored line
@@ This is a purple colored line @@
```

Output

fifteen. Write text as Lawmaking

`How-do-you-do This is a code`

`` Using `single back ticks` within double back ticks``

Output

16. Add Emoji 😊

Copy from here

vincenthationt.blogspot.com

Source: https://medium.com/analytics-vidhya/writing-github-readme-e593f278a796

0 Response to "Add Color to Text in Read Me File"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel