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

https://github.com/humayan-kabir/markdown-docs


https://github.com/humayan-kabir/markdown-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

*I am italic* font
_I am italic_ font

**I am Strong**
__I am Strong__

~~This is strikethrough~~

___
---

**\*This is Strong\***

> This ia a blockquote

[Link](https://www.google.com "google.com")

* Item 1
* Item 2
* Item 3
* Nested Item 1
* Nested Item 2
* Nested Item 3
* Item 4

1. Item 1
1. Item 2

`for(int i = 0; i < 10; i++)`

![Markdown Image](https://markdown-here.com/img/icon256.png)

```bash
npm init

npm start
```

```javascript
function add = (num1, num2) => num1 + num2;
add(2, 2);
```

| Name|Dept |
|------|------|
|Md Humayon Kobir|CSE|
|Rifat Hossain|CSE|

* [task 1] this is task1