Uso di Textile
sito originale: https://warpedvisions.org/projects/textile-cheat-sheet/
This is a short Textile cheatsheet. Textile is a simple text markup language used by Basecamp and other Rails projects.
h1. Header 1 h2. Header 2 h3. Header 3 h4. Header 4 h5. Header 5
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
line (or many), and can drone on for hours. “Quotes” and ‘quotes’ are handled
nicely—as are dashes and such.
Here is a link to Warped.
Now some inline markup like italics, bold, and <code>code()</code>. Note
that underscores in words are ignored. Textile also has a few handy character helpers like
trademark™, reserved®, copyright©, ellipses …, superscripts^2, subscripts~2,
and so on.
!_images/finanza.jpg(this is the alt text)!
bq. Blockquotes are like quoted text in email replies
* Bullet lists are easy too * Another one * Another one
- Bullet lists are easy too
- Another one
- Another one
# A numbered list # Which is numbered # With periods and a space
- A numbered list
- Which is numbered
- With periods and a space
A mixed list:
* Bullet one * Bullet two ## Step 1 ## Step 2 ## Step 3 * Bullet three ** Sub Bullet 1 ** Sub Bullet 2
- Bullet one
- Bullet two
- Step 1
- Step 2
- Step 3
- Bullet three
- Sub Bullet 1
- Sub Bullet 2
And now some code:
<pre>
// Code requires HTML PRE blocks
which(is_easy, enough) to_remember();
</pre>
|_. Col 1|_. Col 2|_. Col 3| |a|table|row| |a|table|row|
Col 1 | Col 2 | Col 3 |
---|---|---|
a | table | row |
a | table | row |
- <, >, =, and <> used for alignment (left, right, justify and center)
Abbreviation (tooltip)
ABC(Abbreviation definition here)
ABC