Markdown example

Index.md

Preformatted Text

preformatted text goes here \
and here\
and here...

this is a test.

This is an H1

This is an H2

This is an H1

This is an H2

This is an H6

This is an H1

This is an H2

This is an H3


Normal blockquote

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.

The lazy way:

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.

Multilevel blockquote

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

Multiple elements in blockquote

This is a header.

  1. This is the first list item.
  2. This is the second list item.

Here's some example code:

return shell_exec("echo $input | $markdown_script");

Unorderd Lists (can use - + or * to mark items)

Numbered Lists (user 1. or any number to mark items)

  1. Bird
  2. McHale
  3. Parish

CODE BLOCKS

Pre-formatted code blocks are used for writing about programming or markup source code. Rather than forming normal paragraphs, the lines of a code block are interpreted literally. M\

To produce a code block in Markdown, simply indent every line of the block by at least 4 spaces or 1 tab. For example, given this input:

Links

http://example.com/

This is an example inline link.

This link has no title attribute.

See my About page for details.

This is an example reference-style link.

Emphasis

single asterisks =italics

single underscores =italics

double asterisks =bold

double underscores =bold

triple asterisks =bold-italics

triple underscores =bold-italics

mixed =bold-italics

mixed =bold-italics

Code

Use the printf() function.

Code block goes here;
and here;
and here;

Images

Alt text