Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.26 KB

File metadata and controls

42 lines (34 loc) · 1.26 KB

code fellows 102

Lab: 01b - Learning Markdown

Growth Mindset

Growth mindset is having the maturity to analyze challenges in your life and being able to work through them in a positive and productive way. To remember growth mindset I will:

  • take a step back and disect a problem so I can analyze each step.
  • find out where I went wrong so I can learn how to avoid or be prepared for similar challenges in the future.
  • look at other who are successful as peers who challenge my own skills or even distant mentors

Read: 01 - Learning Markdown

Markdown

Markdown is away web developers create webpages on the Internet. It is a very basic programming language. You could compare it to the Microsoft word docs of programming languages. You can start a Markdown file by using the following extension:

  1. .md
  2. .markdown

Examples of things you can do with markdown include:

  • Headers
  • Bold Lettering
  • Italics
  • Unordered Lists
  • Numbered Lists
  • Inbed Images
  • Hyperlinks
  • Blockquotes
  • Inline code

More advanced actions include:

  • Highlighting
  • Task Lists
  • Tables
  • SHA References

Simpler Actions:

  • Username Mentions
  • Automatic Links
  • Strickthrough Text
  • Emojis