Skip to content

Latest commit

 

History

History
173 lines (117 loc) · 6.22 KB

File metadata and controls

173 lines (117 loc) · 6.22 KB
title Advanced Markdown Template
subtitle Stop Using Word Processors and Live Happily Ever After
author Sharif M. Al Motawally, Informatica Information Systems Ltd.
thanks I Thank GDGMena
date \today
lang en-UK
documentclass report
classoptions
a4paper
portrait
toc false
lof false
lot false
numbersections false
linkcolor Blue
fontsize 14pt

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))

Recommended Tools

Here we will list recommended tools for working with Markdown.

Popular Markdown Editors on all Operating Systems

This is a bulleted list of Markdown editors:

  • Mac: MacDown, iA Writer, or Marked 2
  • iOS / Android: iA Writer
  • Windows: ghostwriter or Markdown Monster
  • Linux: ReText or ghostwriter
  • Web: Dillinger or StackEdit

Document Converter

The king of document converters and a very powerful tool on its own is Pandoc. You can download it from https://pandoc.org/.

Pandoc usage is easy:

pandoc -s sourceFile.md -o outputFile.pdf

For converting Arabic documents we recommend using the following option

pandoc -s --pdf-engine=lualatex sourceFile.md -o outputFile.pdf

You can simply change the outputFile extension for other file formats like

  • .doc
  • .docx
  • .html
  • .odt

Many other formats are supported. You can also convert from these formats to Markdown and to each other using pandoc by simply changing the sourceFile extension.

My Favourite Editors

This is a numbered list of my favourite Markdown editors:

  1. Visual Studio Code for English and for developers
  2. Ghostwriter: for Arabic and non developers

Recommended VSCode Extensions

With visual Studio Code the following extensions are highly recommended:

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