Skip to content

Commit

Permalink
Merge pull request #1 from miniite/start-markdown
Browse files Browse the repository at this point in the history
Start markdown
  • Loading branch information
miniite authored Jun 13, 2024
2 parents 39ae810 + 8d78311 commit 3e6481d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Different Types of Headers
# H1

## H2

### H3

#### H4

##### H5

###### H6


# Image
![wikipedia](https://cdn.mos.cms.futurecdn.net/xcLR5HMU2kxskdAy3ZVuTf-1200-80.jpg)


# Code Block
``` javascript
var myVar = "Hello, world!";
```

# Task List
- [x] Turn on GitHub Pages
- [x] Outline my portfolio
- [ ] Introduce myself to the world

0 comments on commit 3e6481d

Please sign in to comment.