preformatted text goes here \
and here\
and here...
this is a test.
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.
- This is the first list item.
- 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)
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
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