Skip to content

Learn Markdown with The Office's references. The best guide ever

Notifications You must be signed in to change notification settings

almemanuel/markdown-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MarkDown Resume

Everything I need in this markage language


'#' - Headings

'#' - H1

'##' - H2

...


'---' - Horizontal Row


'*'- Enfasis

If I don’t have some cake soon, I might die.


'**' or '__'- Strong

Angela’s cats are so cute, you just wanna eat ‘em. But you can’t eat cats


'_'- Italic

Last year, Creed asked me how to set up a blog. Wanting to protect the world from being exposed to Creed’s brain, I opened up a Word document on his computer and put an address at the top. I’ve read some of it. Even for the internet, it’s… pretty shocking.


'.' - Ordened List

Just use a period after the index. Example:

  1. No office romances, no way
  2. Just do it

'* ' or '- ' - Non-Ordened List

  • Honest
  • Empathy
  • Respect
  • Open Mindedness

'- [ ]' - Checkbox

'[x]' to checked

  • Gave up drinking
  • During the week

'>' - Quote

You only live once? False. You live every day. You only die once.


'`' - Inline Code

To print That's what she said in Python, enter print("That's what she said")


'```' - Code Block

To print I'm not supertitious, but I'm a little stitious in C, use:

#include <stdio.h>

int main() {
    printf("I'm not supertitious, but I'm a little stitious");
    return 0;
}

'|"column"|' - Table

Name Date
Michael 09-28-59

'[text]' and '(URL "Title")' - Link

Markdown emojis here Badges here


'![alternative text]' and '(image location)' - Image

Dwight Schrute


It's the basic

About

Learn Markdown with The Office's references. The best guide ever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published