62 lines
819 B
Markdown
62 lines
819 B
Markdown
title: Textile
|
|
---
|
|
|
|
### Pre blocks
|
|
|
|
<pre>
|
|
I am <b>very serious.</b> -- this will get escaped.
|
|
</pre>
|
|
|
|
### Line breaks
|
|
|
|
Line breaks.
|
|
Just break the lines.
|
|
|
|
### Entities
|
|
|
|
one(TM), two(R), three(C).
|
|
|
|
### Inlines
|
|
|
|
_em_ *strong* __bold-italic__. ??citation??.
|
|
@code@. -strikehtrough-. +insertion+.
|
|
%span%. %{color:red}formatting%.
|
|
"Hypertext":index.html
|
|
"Text link":link
|
|
|
|
[link]http://link.com
|
|
|
|
!image.jpg!
|
|
!image.jpg(title text)!
|
|
!image.jpg!:link.html
|
|
|
|
!>right.jpg!
|
|
|
|
### Horizontal line
|
|
|
|
--
|
|
|
|
### Blocks
|
|
|
|
h1. Header 1
|
|
|
|
h2. Header 2
|
|
|
|
bq. Blockquote
|
|
|
|
p(classname). Class.
|
|
|
|
p(#id). ID.
|
|
|
|
### Lists
|
|
|
|
## ordered list
|
|
|
|
* unordered list
|
|
|
|
### Footnotes
|
|
|
|
Footnotes[1].
|
|
|
|
fn1. Something.
|