Skip to content

Latest commit

 

History

History
94 lines (58 loc) · 3.93 KB

File metadata and controls

94 lines (58 loc) · 3.93 KB

An Example Advanced Markdown Document

This is an example of a Markdown document with everything you need as an advanced Markdown user.

Previous Videos in this Series

But First below is a list of previous videos in this series on the same channel:

In the Morning

This is an introduction to the stuff I do in the morning. This is the stuff I do in the morning. This is the stuff I do in the morning. This is the stuff I do in the morning. This is the stuff I do in the morning. This is the stuff I do in the morning. This is the stuff I do in the morning.

Getting up

A subtitle for more stuff I do in the morning. A subtitle for more stuff I do in the morning. A subtitle for more stuff I do in the morning. A subtitle for more stuff I do in the morning. A subtitle for more stuff I do in the morning.

  • Turn off alarm
  • Get out of bed
  • Exercise

Breakfast

Breakfast is a very important meal. Breakfast is a very important meal. Breakfast is a very important meal. Breakfast is a very important meal. Breakfast is a very important meal. Breakfast is a very important meal.

  • Eat eggs
  • Drink Orange Juice
  • Drink coffee

In the evening

In the evening dinner then sleeping. In the evening dinner then sleeping. In the evening dinner then sleeping. In the evening dinner then sleeping. In the evening dinner then sleeping.

Dinner

Meal choices for dinner are listed below. Meal choices for dinner are listed below. Meal choices for dinner are listed below.

  • Eat spaghetti
  • Drink Milk

Going to sleep

Finally, we rest for a new day. Finally, we rest for a new day. Finally, we rest for a new day. Finally, we rest for a new day.

  • Get in bed
  • Count sheep
  • Sleep

What about documents with code

This is an example of a code block with automatic syntax highlighting. This is an example of a code block with automatic syntax highlighting. This is an example of a code block with automatic syntax highlighting. This is an example of a code block with automatic syntax highlighting.

# Store input numbers
num1 = input('Enter first number: ')
num2 = input('Enter second number: ')

# Add two numbers
sum = float(num1) + float(num2)

# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))

Can we do Tables Easily?

Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can:

test description
test This description is very long
test another long long long description

Even easier tables with different alignment for each column?

Oh, yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can. Yes we can:

Right Left Center Default


 12     12        12            12
123     123       123          123
  1     1          1             1

Another Level 2 Heading

The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. Thesdfsdfsdf Quick Brown fox jumps over. . The Quick Brown fox jumps over. The Quick Brown fox jumps over.

This is a simple link to Google

The Quick Brown fox jumps over. The Quick Brown fox jumps over. The dsfsdfsdfQuick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over. The Quick Brown fox jumps over.

This is the logo for the Go Language