Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
⬇️ The only Markdown Cheatsheet you will ever need to raise your docs to the next level. PDF included.
| Date | Stars |
|---|---|
| 2026-07-24 | 574 |
| 2026-07-25 | 574 |
| 2026-07-28 | 574 |
| 2026-07-30 | 574 |
| 2026-08-06 | 574 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# ⬇️ The Only Markdown Cheatsheet You Need
_Here you can find & download PDF version of the Complete Markdown Cheatsheet.
Feel free to download and use it. ✌🏼_
✍🏼 I've also written, in more detail, some articles about Markdown in general.
<a href="https://dev.to/imluka/the-only-markdown-cheatsheet-you-will-ever-need-ccg"><img src="https://img.shields.io/badge/dev.to-0A0A0A?style=for-the-badge&logo=dev.to&logoColor=white" /></a>
<a href="https://medium.com/@im-luka/the-only-markdown-cheatsheet-you-will-ever-need-a2941d008497"><img src="https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white" /></a>
<a href="https://imluka.hashnode.dev/the-only-markdown-cheatsheet-you-will-ever-need"><img src="https://img.shields.io/badge/Hashnode-2962FF?style=for-the-badge&logo=hashnode&logoColor=white" /></a>
---
#### ⚠️ Note
GitHub specific Markdown doesn't support some of the features listed in PDF. Perhaps in the future, they might include it.
👇🏼 If you are interested in GitHub specific Markdown, follow docs below.
---
### What is Markdown?
Markdown is a lightweight markup language that you can use to format plain text documents.
Write docs for your GitHub projects, edit your GitHub profile _README_ etc. You fill find it all here.
Let's dive into it. ⤵️
#### Table of Contents
1. [Paragraph](#paragraph)
2. [Headings](#headings)
3. [Emphasis](#emphasis)
4. [Blockquote](#blockquote)
5. [Images](#images)
6. [Links](#links)
7. [Code](#code)
8. [Lists](#lists)
- [Ordered List](#orderedlist)
- [Unordered List](#unorderedlist)
- [Mixed List](#mixedlist)
9. [Table](#table)
10. [Task List](#tasklist)
11. [Footnote](#footnote)
12. [Jump to section](#sectionjump)
13. [Horizontal Line](#horizontalline)
14. [HTML](#html)
---
<a name="paragraph" />
## Paragraph
By writing regular text you are basically writing a paragraph.
```
This is a paragraph.
```
This is a paragraph.
---
<a name="headings" />
## Headings
There are 6 heading variants. The number of "#" symbols, followed by text, indicates the importance of the heading.
```
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
```
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
---
<a name="emphasis" />
## Emphasis
Modifying text is so neat and easy. You can make your text bold, italic and strikethrough.
```
Using two asterisks **this text is bold**.
Two underscores __work as well__.
Let's make it *italic now*.
You guessed it, _one underscore is also enough_.
Can we combine **_both of that_?** Absolutely.
What if I want to ~~strikethrough~~?
```
Using two asterisks **this text is bold**.
Two underscores __work as well__.
Let's make it *italic now*.
You guessed it, _one underscore is also enough_.
Can we combine **_both of that_?** Absolutely.
What if I want to ~~strikethrough~~?
---
<a name="blockquote" />
## Blockquote
Want to emphasise importance of the text? Say no more.
```
> This is a blockquote.
> Want to write on a new line with space between?
>
> > And nested? No problem at all.
> >
> > > PS. you can **style** your text _as you want_.
```
> This is a blockquote.
> Want to write on a new line with space between?
>
> > And nested? No problem at all.
> >
> > > PS. you can **style** your text _as you want_. :
---
<a name="images" />
## Images
The best way is to simply drag & drop image from your computer directly. You can also create reference to image and assign it that way.
Here is the syntax.
```

[logo]: auto-generated-path-to-file-when-you-upload-image "Hover me"
![error text][logo]
```

[logo]: https://user-images.githubusercontent.com/46372Excerpt of 9,961 characters
Read on GitHub23
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7c5dfcaa8d9008ec, topic:tutorial, name:cheatsheet, desc:cheatsheet