reading-notes

Learning Markdown

Use Markdaown to style text on the web

Mostly around GitHub:

Gists for example.

For more information, see Writing on GitHub in the GitHub Help.

Examples

TEXT

It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to another Repo!](https://basheer-mt.github.io/coding-101/)

Then it becomes

It’s very easy to make some words bold and other words italic with Markdown. You can even link to another Repo!

Images

If you want to embed images, this is how you do it:

![Image of Tiger](https://i.pinimg.com/564x/7e/f6/36/7ef6368cd25aa0e4f301cda6373afd31.jpg)

If you want to embed images, this is how you do it:

Image of Tiger

You can use Markdown for

Lists:

  1. Headers
  2. Tables
  3. Strikethrough
  4. And more