Videos.md 1.4 KB

Video 2: Paragraphs and Text decorations

  • Empty lines separate paragraphs
  • double sth is bold single sth is italic.
  • combination
  • Stirke through

Video 3: Headings

  • With hashes #: H1, ##: H2 etc.

Video 4: Links

Video 5: Images

![alt text]("https://unsplash.it/g/200/300 This is a tool tip.") alt text jung

Videos 6: Lists

  • List 1
  • List 2
  1. a
  2. b
  3. c

  4. New

    • Kid
    • On The

      This is inline

      parampam

    • Block

Video 7: Line breaks, Horizontal Rules and Block Quotes

Take on me.
Take me on.

I'll be yours.

===

Every Month is nice. - Tomi Cvetic

Many spaces.

One space

Video 8: Code Blocks

Here is my code:

var x = 100;
const y = 'string'
import * from re

for i in range(30):
    print i

Did you mean var de = 16?

var x = 100;
- var y = 20000;
+ var y = 200;

Video 9: Tables

A B C
a b c

Videos 10:

  • Get milk
  • Crack eggs
  • Cook bacon

Found a bug! #1. from @bebeco