| 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 |
|
||
| toc | false | ||
| lof | false | ||
| lot | false | ||
| numbersections | false | ||
| linkcolor | Blue | ||
| fontsize | 14pt |
This is an example of a Markdown document with everything you need as an advanced Markdown user.
But First below is a list of previous videos in this series on the same channel:
- Introduction to Markdown https://www.youtube.com/watch?v=TkaLDD0-JMA
- Complete playlist for programming and startups and cloud https://www.youtube.com/playlist?list=PLlqOXLg-GOqeJWNURJtQKBWW6IQJKu9Ly
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.
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 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 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.
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
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
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))Here we will list recommended tools for working with Markdown.
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
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.pdfFor converting Arabic documents we recommend using the following option
pandoc -s --pdf-engine=lualatex sourceFile.md -o outputFile.pdfYou 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.
This is a numbered list of my favourite Markdown editors:
- Visual Studio Code for English and for developers
- Ghostwriter: for Arabic and non developers
With visual Studio Code the following extensions are highly recommended:
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 |
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
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.
