Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 968 Bytes

README.md

File metadata and controls

73 lines (44 loc) · 968 Bytes

Heading

Markdown uses # for heading ranging from 1 to 6 and biggest to smallest respectively

# ## ### #### ##### ######

Font Styles

Bold Italic Strikethrough
**Bold** *Italic* ~~strike~~
__Bold__ _Italic_
Bold Italic strike

Items

  • Item 1
  • Item 2
  1. Item 1
  2. Item 2
    • Item 2.1
    • Item 2.2

Indent

It is said

Simple, Modular, Composable are the key

Immutable is important

Tasks

  • To Do 1
  • To Do 2

Code

if(somethingIsWrong) {
   break;
}
With syntax highlights
if(somethingIsWrong) {
   break;
}

@hashitop

Emoji!!!

:bowtie:

Cheat Sheet

Links

https://github.com/hashitop

GitHub

Section Link

Fonts - Section Link