GioFonderia / hello-world

First repository on Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

First repository on Github

Examples of basic markdown syntax

Heading H1

Heading H2

Heading H3

bold text italics

blockquote

Ordered list

  1. First item
  2. Third item
  3. Fourth item (Second item was deleted)

Unordered list

  • First item
  • Second item
  • Third item

Code

'Here.is someCode;'

Link

Github-GioFonderia

Image

Gio in Melbourne

Extended syntax


Table

Syntax Description
Header Title
Paragraph1 Text1
Paragraph2 Text2

Fenced code block

''' { "firstName": "John", "lastName": "Morris", "age": 54 } '''

Footnote

Here's a sentence with a footnote. 1

Here's a paragraph with two footnotes. Here is the first one. 2 And here is the second one. 3

Heading ID

My Great Headiing {#custom-id}

Definition List

term : This is the definition

Strikethrough

The world is flat.

Task list

  • Write the press release
  • Update the website
  • Contact the media

Emoji

That is so funny! 😂 But this is so sad. :sad:

Highlight

I need to highlight these ==very important== words.

Subscript

H2O

Superscript

X^2^

Footnotes

  1. This is the footnote.

  2. This is the second footnote.

  3. This is the third footnote.

About

First repository on Github