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
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. Suspendisseid sem consectetuer libero luctus adipiscing.
This is the first level of quoting. > This is nested blockquote. Back to the first level.
## This is a header. 1. This is the first list item. 2. This is the second list item. Here's some example code: return shellexec("echo $input | $markdownscript");
<p>
tags in the HTML outputThis is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
This is a blockquote > inside a list item.
<code goes here>
1986. What a great season.
This is a normal paragraph:
This is a code block.
Here is an example of AppleScript:
tell application "Foo" beep end tell
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.
This is [an example] [id] reference-style link.
That is:
The following three link definitions are equivalent:
This is [an example foo1] [foo1] reference-style link.
This is [an example foo2] [foo2] reference-style link.
This is [an example foo3] [foo3] reference-style link.
###The link URL may, optionally, be surrounded by angle brackets:
[id]: <http://example.com/> "Optional Title Here"
[id]: http://example.com/longish/path/to/resource/here
"Optional Title Here"
"Optional Title Here"
Link definitions are only used for creating links during Markdown processing, and are stripped from your document in the HTML output.
Link definition names may consist of letters, numbers, spaces, and punctuation — but they are not case sensitive. E.g. these two links:
[link text][a]
[link text][A]
are equivalent.
[dvpr][]
[dvpr]: http://dvpr.me "dvpr.me"
dvpr [dvpr]: http://dvpr.me "dvpr.me"
[dvpr][]
[dvpr]: http://dvpr.me "dvpr.me"
dvpr [dvpr]: http://dvpr.me "dvpr.me"
single asterisks
single underscores
double asterisks
double underscores
Use the printf()
function.
There is a literal backtick (
) here.
`
A single backtick in a code span:
`
A backtick-delimited string in a code span:
foo
Please don't use any <blink>
tags.
—
is the decimal-encoded equivalent of —
.
![Alt text](/path/to/img.jpg)
![Alt text](/path/to/img.jpg "Optional title")
That is:
![Alt text][id]
[id]: url/to/image "Optional title attribute"
As of this writing, Markdown has no syntax for specifying the dimensions of an image; if this is important to you, you can simply use regular HTML <img>
tags.
Automatic links for email addresses work similarly, except that Markdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots
<x@dvpr.me>
literal backslash
`literal backtick`
*literal asterisks*
_literal underscore_
{literal curly braces}
[literal square brackets]
(literal parentheses)
#literal hash mark#
+literal plus sign+
-literal minus sign (hyphen)-
.literal dot.
!literal exclamation mark!