Skip to content

Commit

Permalink
Merge pull request #1 from fishboro/start-markdown
Browse files Browse the repository at this point in the history
Start markdown
  • Loading branch information
fishboro authored Jan 2, 2024
2 parents 598546d + 1568238 commit df6d658
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# H1 Header
## H2 Header
### H3 Header
#### H4 Header
##### H5 Header
###### H6 Header

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

This is a code example:
```
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
```

This is another code example:
``` javascript
var myVar = "Hello, world!";
```

This is a task list:
- [x] Turn on GitHub Pages
- [ ] Outline my portfolio
- [ ] Introduce myself to the world

0 comments on commit df6d658

Please sign in to comment.