Skip to content

Commit

Permalink
Merge pull request #1 from kjo90/start-markdown
Browse files Browse the repository at this point in the history
Start markdown
  • Loading branch information
kjo90 authored Nov 22, 2024
2 parents 7efc78c + 1a6e5e7 commit d193735
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This is my header1


![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)


``` javascript
var myVar = "Hello, world!";
```

```md
- [ ] Turn on GitHub Pages
- [ ] Outline my portfolio
- [ ] Introduce myself to the world
```



0 comments on commit d193735

Please sign in to comment.