| Font Styles | ||
|---|---|---|
![]() | *Strong* | Strong |
![]() | _Italic_ | Italic |
![]() | +Underline+ | Underline |
![]() | -Deleted- | |
| ??Quote?? | Quote | |
![]() | @Inline Code@ | Inline Code |
![]() | <pre> lines of code </pre> |
lines
of code
|
| Lists | ||
![]() | * Item 1 * Item 2 |
|
![]() | # Item 1 # Item 2 |
|
| Headings | ||
![]() | h1. Title 1 | Title 1 |
![]() | h2. Title 2 | Title 2 |
![]() | h3. Title 3 | Title 3 |
| Links | ||
| http://foo.bar | http://foo.bar | |
| "Foo":http://foo.bar | Foo | |
| Inline images | ||
![]() | !image_url! | |
| !attached_image! | ||
| Code highlight | ||
|
<typo:code lang=""ruby>
# The Greeter class class Greeter def initialize(name) @name = name.capitalize end def salute puts "Hello #{@name}!" end end </typo:code> |
| |
| lightbox image | ||
| <typo:lightbox src="http://wxianfeng.com/files/ImageMagick.jpg" thumbsrc="http://wxianfeng.com/files/thumb_ImageMagick.jpg"/> | ||