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

https://github.com/ddddami/md2


https://github.com/ddddami/md2

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# My first **MD** first

## This is my _first_ **MD** file

Today i learnt things on \*markdown files\* like
Markdown files are so ~~fucking~~ easy to write

## _italic text 1_

_italic text 2_

**strong text 1**

---

**strong text 2**

- list item 1
- list item 2
- list item 3
_ nested list item 1
_ nested list item 2

1. list item 1
2. list item 2
3. list item 3 1. nested list item 1 2. nested list item 2

> This is a block quote. It's usually with a bar i guess

- images
![MyImage]()

- links
[MyLink](http://www.codewithdarmie.com "CodewithDarmie")

`

This is a paragraph

`

---

## Github flavour...

```bash
cd project
npm install
npm start
```

```python
def sum(num1, num2):
return int(num1) + int(num2)
```

```javascript
function sum(num1, num2) {
return num1 + num2;
}
```

| Coder | Field |
| ----- | -------- |
| John | Backend |
| Jane | Frontend |
| Smith | Ai |
| Tim | App |

- [x] Watch some tutorials
- [x] Practice on laptop
- [ ] Build some cool projects
- [ ] Have a little fun