GithubHelp home page GithubHelp logo

markdown-guide's Introduction

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

markdown-guide's People

Contributors

almemanuel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.