https://github.com/ddddami/md2
https://github.com/ddddami/md2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddddami/md2
- Owner: ddddami
- Created: 2021-10-25T19:13:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T19:20:31.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:36:33.249Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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