reading-notes

View project on GitHub

markdow

What is Markdown?

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

Examples

Text

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

Listes

- Numbered Lists:
  1. One
  2. Tow
  3. Three

- Bullet Points:

  • One
  • Tow
  • Three

Alteratively,

- Dashes work just as well

  • And if you have sub points, put two spaces before the dash or star:
    • Like this
    • And this

Images

markdown

Syntax guide

Here’s an overview of Markdown syntax that you can use anywhere on https://GitHub.com or in your own text files