Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ Markdown is a lightweight and easy-to-use syntax for styling your writing. It in
```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3
# CS 193 Section 801
# Lab 01
# Viraat Das

- Bulleted
- List
#Favorite things about CS 193
- Seems very useful
- Fun!
- Exciting!

1. Numbered
2. List





`Hello World`
**Testing out bold** and _Testing out Italics_
**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)
[GitHub](github.com/viraatdas) and ![Image](src)
```

For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
Expand Down