To write heading in Markdown use hash symbol and the number of hash symbol is equal to the title level. For a sub-heading it is ##.
Simple markdown
2. Which symbol can’t be used for lists?
You can use multiple symbols for lists in Markdown no matter the item level in the list
Simple markdown
3. Is it possible to format a text bold and italic?
You can do it with something like *** text *** as explained in the simple Markdown video
Simple markdown
4. What Github can do for you?
Github is mostly used to manage document but it does not include chat features. However, you can use Gitter to do it.
Introduction
5. How to insert links in Markdown ?
A link is automatically formatted displayed as link but you can replace it with a text like “Click me” in this example. Links are explained in the simple markdown video
Simple and More markdown
6. How many files can you have at most in a project ?
There are no limits for the number of files in a project and the default file README.md is automatically displayed when you are in your project home page
Project creation and simple markdown
7. Are courses exportable to your computer ?
You can download you project by clicking on “Download ZIP” in your project home page. A website like gitprint can allow you to download your course in pdf go on your file and replace “github.com” with “gitprint.com” in the url.
8. What is the symbol for column separator in tables ?
Careful with these letters with the same look
More markdown
9. Which syntax is right to add an image in Markdown ?
The correct syntax for images is the second. If you forgot the “!” before it will be displayed as a link. However if the link to the image is broken the specified text will be used instead.
More markdown
10. Did you know this MOOC include an awesome cube you can print ?
It is available in the resources part and it includes an xkcd gag