Article source for : Sandbox
If you're logged in, scroll down and click "edit" and use this page to test the [[Textile quick reference]] commands and the app features listed on the [[help]] page.
<!-- turn off the table of contents sidebar for this page -->
toc=no
<hr />
# A first item
# A second item
# A third
# Fuel could be:
## Coal
## Gasoline
## Electricity
# Humans need only:
## Water
## Protein
* A first item
* A second item
* A third
* Fuel could be:
** Coal
** Gasoline
** Electricity
* Humans need only:
** Water
** Protein
<hr />
I am <b>very</b> serious.<pre> I am <b>very</b> serious.</pre>
I spoke.
And none replied.
one(TM), two(R), three(C).
<hr />
At MageeMarsh.com, headings 1 and 2 will be automatically underlined. Headings 3-6 won't be.
h1. Header 1
h2. Header 2
h3. Header 3
h4. Header 4
h5. Header 5
h6. Header 6
<hr />
An old text
bq. A block quotation.
Any old text
<hr />
This is covered elsewhere[1].
fn1. Down here, in fact.
<hr />
I _believe_ every word.
And then? She *fell*!
I __know__.
I **really** __know__.
??Cat's Cradle?? by Vonnegut
Convert with @r.to_html@
I'm -sure- not sure.
You are a +pleasant+ child.
a ^2^ + b ^2^ = c ^2^
log ~2~ x
I'm %unaware% of most soft drinks.
I'm %{color:red}unaware% of most soft drinks.
<hr />
I searched "Google":http://google.com.
I am crazy about the "Magee Marsh website":mageemarsh and "it's":mageemarsh "all":mageemarsh I ever "link to":mageemarsh!
[mageemarsh]http://mageemarsh.com
!http://www.mageemarsh.com/images/magee.jpg!
!/images/magee.jpg (Image title or alt text goes here)!
This next command makes the image clickable, but the border is still left around the image.
!/images/magee.jpg!:http://mageemarsh.com
Use good 'ol fashion HTML, I guess, to not display the border around a clickable image witht the border="0" attribute.
<a href="http://mageemarsh.com/"><img border="0" src="/images/magee.jpg"></a>
!>/images/magee.jpg!
Align the image to the right.
<hr />
<b>Tables</b>
| name | age | sex |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
-
|_. name |_. age |_. sex |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
-
|_. attribute list |
|<. align left |
|>. align right|
|=. center |
|<>. justify |
|^. valign top |
|~. bottom |
-
|{background:#ddd}. Grey cell|
-
table{border:1px solid black}.
|This|is|a|row|
|This|is|a|row|
-
|This|is|a|row|
{background:#ddd}. |This|is|grey|row|
