Skip to content

hashitop/markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published