Skip to content

Commit

Permalink
Merge pull request #1 from thavaahariharangit/start-markdown
Browse files Browse the repository at this point in the history
Start markdown
  • Loading branch information
thavaahariharangit committed Apr 30, 2024
2 parents a987736 + 5e958c3 commit 5cfe952
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

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

Example 1
```
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
```

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

# Communicate using Markdown
## Make a task list
### Example
- [x] List syntax is required
- [x] This item is complete
- [ ] This item is not complete

### Activity: Add a task list
- [ ] Turn on GitHub Pages
- [ ] Outline my portfolio
- [ ] Introduce myself to the world


0 comments on commit 5cfe952

Please sign in to comment.