Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 1.42 KB

markdown-extended_2.Md

File metadata and controls

99 lines (59 loc) · 1.42 KB

Markdown Extended...

table

Syntax Description
Header Title
Paragraph Text

Alignment

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Syntax Highlighting

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Here's a simple footnote,1 and here's a longer one.2

My Great Heading {#custom-id}

First Term : This is the definition of the first term.

Second Term : This is one definition of the second term. : This is another definition of the second term.

The world is flat. We now know that the world is round.

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

Gone camping! ⛺ Be back soon.

That is so funny! 😂

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

Subscript

H2O

Superscript

X^2^

Automatic URL Linking

http://www.github.com

http://www.github.com

Footnotes

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like.