Headings
= Heading 1 =
== Heading 2 ==
=== Heading 3 ===
Styling
**bold text**, //italic text//, ##monospaced text##
__underlined text__, --strikethrough text--
^^superscript text^^, ,,subscript text,,
Lists
* List Item 1
* List Item 2
# Numbered List Item 2.1
Links
[[WikiPage]]
[[http://mbed.org]]
[[/handbook/SPI|More about SPI]]
|
Code
<<code>>
#include "mbed.h"
<</code>>
Blocks
<<quote>>
Can I markup a quote, help or warning block?
<</quote>>
Images
{{/media/img/mbed.gif}}
{{http://mbed.org/media/img/mbed.gif}}
[[WikiPage|{{/media/img/mbed.gif}}]]
Videos
{{http://www.youtube.com/watch?v=7LPDRcahhUE}}
|