Left align | Right align | Center align |
---|---|---|
This | This | This |
column | column | column |
will | will | will |
be | be | be |
left | right | center |
aligned | aligned | aligned |
Use the printf()
function.
A backtick-delimited string in a code span: `foo`
var rpc = new easyXDM.Rpc({
remote: "http://path.to/provider/" // the path to the provider
},
{
local: {
helloWorld: function(successFn, errorFn){
// here we expose a simple method with no arguments
// if we want to return a response, we can use `return ....`,
// or we can use the provided callbacks if the operation is async
// or an error occurred
}
},
remote: {
helloWorld:{
// here we tell the Rpc object to stub a method helloWorld for us
}
}
});
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 the first level of quoting.
This is nested blockquote.
Back to the first level.
- This is the first list item.
- This is the second list item.
Here's some example code:
return shell_exec("echo $input | $markdown_script");
- Listpoint 1
- Listpoint 2
- Listpoint 3
- Listpoint 1
- Listpoint 2
- Listpoint 3
- 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.
-
Bird
-
Magic
-
A list item with a blockquote:
This is a blockquote inside a list item.
-
A list item with a code block:
<code goes here>
- This is a list.
1986. That's not a list.
Here is an example of AppleScript:
tell application "Foo"
beep
end tell
HTML Encoding example
<div class="footer">
© 2004 Foo Corporation
</div>
![alt text][id] [id]: https://github.com/images/modules/header/logov3-hover.png "Title"
This is an example inline link.
This link has no title attribute.
I get 10 times more traffic from Google 1 than from Yahoo 2 or MSN 3.
I get 10 times more traffic from Google than from Yahoo or MSN.
single asterisks
single underscores
unfriggingbelievable
double asterisks
double underscores
unfriggingbelievable
Markdown provides backslash escapes for the following characters:
\ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark