How to write posts with Markdown?

Use this post to learn how to use Markdown techniques!

Cover Image

Text

This is basic text, nothing special

Titles

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading

Horizontal Lines


Text Emphasis

This is bold text

This is italic text

This is strikethrough text

Blockquotes

Blockquotes can also be nested

...by using additional greater-than signs right next to each other

...or with spaces between arrows

Lists

Unordered List

  • Create a list by starting a line with -, +, *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered List

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa
  4. You can use sequential numbers

Code

Inline code

Block of code

Sample text here...

Few lines of

// Comments
line 1 of code
line 2 of code
line 3 of code

Table

Fruits Description
Apple Common fruit produced by the tree Malus domestica, cultivated in temperate climates
Plum Plums may have been one of the first fruits domesticated by humans
Banana Banana is an elongated, edible fruit – botanically a berry

Links

Link Text

Link Text + Title

Images

Github Kitty

That's all

I think with this Markdown building blocks, pretty real to write something cool, good luck!

https://github.com/garbalau-github