Textile is a markup language that Sassins' lets you use for all major text fields, like assassins game rules, event reports, and comments. Textile lets you have the power of nice layout, without having to learn HTML.
| Sections: Writing in Textile | Quick Block Modifiers | Quick Phrase Modifiers | Attributes | Lists | External References | Tables | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Writing in Textile | ||||||||||||||
A single paragraph. | → | A single paragraph. Followed by another. | ||||||||||||
I am <b>very</b> serious. | → | I am very serious.
I am <b>very</b> serious.
| ||||||||||||
I spoke. | → | I spoke. And none replied. | ||||||||||||
"Observe!" | → | “Observe!” | ||||||||||||
Observe -- very nice! | → | Observe—very nice! | ||||||||||||
Observe - tiny and brief. | → | Observe – tiny and brief. | ||||||||||||
Observe... | → | Observe… | ||||||||||||
Observe: 2 x 2. | → | Observe: 2×2. | ||||||||||||
one(TM), two(R), three(C). | → | one™, two®, three©. | ||||||||||||
| Quick Block Modifiers | ||||||||||||||
h1. Header 1 | → | Header 1 | ||||||||||||
h2. Header 2 | → | Header 2 | ||||||||||||
h3. Header 3 | → | Header 3 | ||||||||||||
An old text | → | An old text
Any old text | ||||||||||||
This is covered elsewhere[1]. | → | This is covered elsewhere1. | ||||||||||||
fn1. Down here, in fact. | → | 1 Down here, in fact. | ||||||||||||
| Quick Phrase Modifiers | ||||||||||||||
I _believe_ every word. | → | I believe every word. | ||||||||||||
And then? She *fell*! | → | And then? She fell! | ||||||||||||
I __know__. | → | I know. I really know. | ||||||||||||
??Cat's Cradle?? by Vonnegut | → | Cat’s Cradle by Vonnegut | ||||||||||||
Convert with @r.to_html@ | → | Convert with | ||||||||||||
I'm -sure- not sure. | → | I’m | ||||||||||||
You are a +pleasant+ child. | → | You are a pleasant child. | ||||||||||||
a ^2^ + b ^2^ = c ^2^ | → | a 2 + b 2 = c 2 | ||||||||||||
log ~2~ x | → | log 2 x | ||||||||||||
I'm %unaware% of most soft drinks. | → | I’m unaware of most soft drinks. | ||||||||||||
I'm %{color:red}unaware% | → | I’m unaware of most soft drinks. | ||||||||||||
| Attributes | ||||||||||||||
p(example1). An example | → | An example | ||||||||||||
p(#big-red). Red here | → | Red here | ||||||||||||
p(example1#big-red2). Red here | → | Red here | ||||||||||||
p{color:blue;margin:30px}. Spacey blue | → | Spacey blue | ||||||||||||
p[fr]. rouge | → | rouge | ||||||||||||
I seriously *{color:red}blushed* | → | I seriously blushed when I sprouted that corn stalk from my cabeza. | ||||||||||||
p<. align left | → | align left | ||||||||||||
p>. align right | → | align right | ||||||||||||
p=. centered | → | centered | ||||||||||||
p<>. justified | → | justified | ||||||||||||
p(. left ident 1em | → | left ident 1em | ||||||||||||
p((. left ident 2em | → | left ident 2em | ||||||||||||
p))). right ident 3em | → | right ident 3em | ||||||||||||
h2()>. Bingo. | → | Bingo. | ||||||||||||
h3()>[no]{color:red}. Bingo | → | Bingo | ||||||||||||
<pre> | → |
| ||||||||||||
<div style="float:right;"> | → |
The main text of the page goes here and will stay to the left of the sidebar. | ||||||||||||
| Lists | ||||||||||||||
# A first item | → |
| ||||||||||||
# Fuel could be: | → |
| ||||||||||||
* A first item | → |
| ||||||||||||
* Fuel could be: | → |
| ||||||||||||
| External References | ||||||||||||||
I searched "Google":http://google.com. | → | I searched Google. | ||||||||||||
I am crazy about "Hobix":hobix | → | |||||||||||||
!http://hobix.com/sample.jpg! | → |
| ||||||||||||
We use CSS(Cascading Style Sheets). | → | We use CSS. | ||||||||||||
| Tables | ||||||||||||||
| name | age | sex | | → |
| ||||||||||||
|_. name |_. age |_. sex | | → |
| ||||||||||||
|_. attribute list | | → |
| ||||||||||||
|\2. spans two cols | | → |
| ||||||||||||
|/3. spans 3 rows | a | | → |
| ||||||||||||
|{background:#ddd}. Grey cell| | → |
| ||||||||||||
table{border:1px solid black}. | → |
| ||||||||||||
|This|is|a|row| | → |
| ||||||||||||
Learn more about assassins games.