From d46133357652fe864890dc3249d1137181185107 Mon Sep 17 00:00:00 2001 From: Viraat Das Date: Thu, 6 Sep 2018 08:49:08 -0400 Subject: [PATCH] Update --- index.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index 09943f4..4f3a2e9 100644 --- a/index.md +++ b/index.md @@ -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/).