https://github.com/humayan-kabir/markdown-docs
https://github.com/humayan-kabir/markdown-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/humayan-kabir/markdown-docs
- Owner: Humayan-Kabir
- Created: 2021-01-27T18:03:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T18:10:39.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T16:25:30.576Z (11 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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++)`

```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