Markdown test

This is a Markdown test for the Markdown Guide tools directory.


headings

One

Two

Three

Four

Five
Six

Alternate One

Alternate Two


paragraphs

first paragraph

second para


line breaks

line one with trailing whitespace
line two right under

line one with no trailing whitespace, just hard return line two right under

line one with no trailing backslash
line two right under


bold

asterisks

underscores

inmiddlehere


italic

asterisk

underscore

inmiddlehere


bold and italic

asterisks

underscores

combo

second combo


blockquotes

single

multi

line

nested

blockquotes


ordered lists

  1. first

  2. second

  3. third

  4. this

  5. is

    1. nested
  6. now


unordered lists

  • dashes
  • here
    • nested
  • asterisks
  • here
  • plus
  • signs

code

one tick mark

<one tab>
  <indented>

horizontal rules

throughout this :)


links

normal link => cnn

brackets => https://cnn.com

brackets => me@somewhere.com

naked url (test auto link) => https://cnn.com


images

test image


Tables

Syntax Description
Header Title
Paragraph Text

Fenced code blocks

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

Syntax highlighting

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

Footnotes

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


Heading IDs

My Great Heading {#custom-id}


Definition lists

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.


Strikethrough

two tilde

one tilde


Task lists

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

Emoji

copy and paste: ☕ shortcodes: 😂


Highlight

==twoequals==

::twohypens::


Subscript

H2O


Superscript

X^2^


Abbreviation

*[HTML]: Hyper Text Markup Language

The HTML specification is maintained by the W3C.


HTML

italic test

bold test

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.