Textile Comandos Guia Rápido

Textile Comandos Guia Rápido. O principais comandos para editar um arquivo textile. Use estes comandos para criar um arquivo textile.

  Escrevendo em Textile

  
  
  

  A single paragraph.

Followed by another.

  formata em:



  A single paragraph. 
  
  
    Followed by another.  
    
    
      
        I am <b>very</b> serious.

<pre> I am <b>very</b> serious. </pre>

        formata em:
      
      
      
        I am very serious. 
        
          I am &lt;b&gt;very&lt;/b&gt; serious.

      
    
    
    
      
        I spoke. And none replied.
      
      
      
        formata em:
      
      
      
        I spoke. And none replied.
      
    
    
    
      
        "Observe!"
      
      
      
        formata em:
      
      
      
        “Observe!”
      
    
    
    
      
        Observe -- very nice!
      
      
      
        formata em:
      
      
      
        Observe—very nice!
      
    
    
    
      
        Observe - tiny and brief.
      
      
      
        formata em:
      
      
      
        Observe – tiny and brief.
      
    
    
    
      
        Observe...
      
      
      
        formata em:
      
      
      
        Observe…
      
    
    
    
      
        Observe: 2 x 2.
      
      
      
        formata em:
      
      
      
        Observe: 2×2.
      
    
    
    
      
        one(TM), two(R), three(C).
      
      
      
        formata em:
      
      
      
        one™, two®, three©.
      
    
    
    
      
        Quick Block Modifiers
      
    
    
    
      
        h1. Header 1
      
      
      
        formata em:
      
      
      
        
          Header 1
        
      
    
    
    
      
        h2. Header 2
      
      
      
        formata em:
      
      
      
        
          Header 2
        
      
    
    
    
      
        h3. Header 3
      
      
      
        formata em:
      
      
      
        
          Header 3
        
      
    
    
    
      
        An old text

bq. A block quotation.

Any old text

        formata em:
      
      
      
        An old text 
        
        
          
            A block quotation.
          
        
        
        
          Any old text  
          
          
            
              This is covered elsewhere[1].
            
            
            
              formata em:
            
            
            
              This is covered elsewhere1.
            
          
          
          
            
              fn1. Down here, in fact.
            
            
            
              formata em:
            
            
            
              
                1 Down here, in fact.
              
            
          
          
          
            
              Quick Phrase Modifiers
            
          
          
          
            
              I _believe_ every word.
            
            
            
              formata em:
            
            
            
              I believe every word.
            
          
          
          
            
              And then? She *fell*!
            
            
            
              formata em:
            
            
            
              And then? She fell!
            
          
          
          
            
              I __know__. I **really** __know__.
            
            
            
              formata em:
            
            
            
              I know. I really know.
            
          
          
          
            
              ??Cat's Cradle?? by Vonnegut
            
            
            
              formata em:
            
            
            
              Cat’s Cradle by Vonnegut
            
          
          
          
            
              Convert with @r.to_html@
            
            
            
              formata em:
            
            
            
              Convert with r.to_html
            
          
          
          
            
              I'm -sure- not sure.
            
            
            
              formata em:
            
            
            
              I’m sure not sure.
            
          
          
          
            
              You are a +pleasant+ child.
            
            
            
              formata em:
            
            
            
              You are a pleasant child.
            
          
          
          
            
              a ^2^ + b ^2^ = c ^2^
            
            
            
              formata em:
            
            
            
              a 2 + b 2 = c 2
            
          
          
          
            
              log ~2~ x
            
            
            
              formata em:
            
            
            
              log 2 x
            
          
          
          
            
              I'm %unaware% of most soft drinks.
            
            
            
              formata em:
            
            
            
              I’m unaware of most soft drinks.
            
          
          
          
            
              I'm %{color:red}unaware% of most soft drinks.
            
            
            
              formata em:
            
            
            
              I’m unaware of most soft drinks.
            
          
          
          
            
              Attributes
            
          
          
          
            
              p(example1). An example
            
            
            
              formata em:
            
            
            
              
                An example
              
            
          
          
          
            
              p(#big-red). Red here
            
            
            
              formata em:
            
            
            
              
                Red here
              
            
          
          
          
            
              p(example1#big-red2). Red here
            
            
            
              formata em:
            
            
            
              
                Red here
              
            
          
          
          
            
              p{color:blue;margin:30px}. Spacey blue
            
            
            
              formata em:
            
            
            
              Spacey blue
            
          
          
          
            
              p[fr]. rouge
            
            
            
              formata em:
            
            
            
              
                rouge
              
            
          
          
          
            
              I seriously *{color:red}blushed* when I _(big)sprouted_ that corn stalk from my %[es]cabeza%.
            
            
            
              formata em:
            
            
            
              I seriously blushed when I sprouted that corn stalk from my cabeza.
            
          
          
          
            
              p&lt;. align left
            
            
            
              formata em:
            
            
            
              align left
            
          
          
          
            
              p&gt;. align right
            
            
            
              formata em:
            
            
            
              align right
            
          
          
          
            
              p=. centered
            
            
            
              formata em:
            
            
            
              centered
            
          
          
          
            
              p&lt;&gt;. justified
            
            
            
              formata em:
            
            
            
              justified
            
          
          
          
            
              p(. left ident 1em
            
            
            
              formata em:
            
            
            
              left ident 1em
            
          
          
          
            
              p((. left ident 2em
            
            
            
              formata em:
            
            
            
              left ident 2em
            
          
          
          
            
              p))). right ident 3em
            
            
            
              formata em:
            
            
            
              right ident 3em
            
          
          
          
            
              h2()&gt;. Bingo.
            
            
            
              formata em:
            
            
            
              
                Bingo.
              
            
          
          
          
            
              h3()&gt;[no]{color:red}. Bingo
            
            
            
              formata em:
            
            
            
              
                Bingo
              
            
          
          
          
            
              &lt;pre&gt; &lt;code&gt;   a.gsub!( /&lt;/, '' ) &lt;/code&gt; &lt;/pre&gt;
            
            
            
              formata em:

a.gsub!( /</, ‘’ )

              &ltpre> 
              
              
                h3. Sidebar
              
              
              
                &#8220;Hobix&#8221;:http://hobix.com/ &#8220;Ruby&#8221;:http://ruby-lang.org/
              
              
              
                
              
              
              
                The main text of the page goes here and will stay to the left of the sidebar.  
                
                
                  formata em:
                
                
                
                  
                    
                      Sidebar
                    
                    
                    
                      Hobix Ruby
                    
                  
                  
                  
                    The main text of the page goes here and will stay to the left of the sidebar.  
                    
                    
                      
                        Lists
                      
                    
                    
                    
                      
                        # A first item # A second item # A third
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                          
                            A first item
                          
                          
                            A second item
                          
                          
                            A third
                          
                        
                      
                    
                    
                    
                      
                        # Fuel could be: ## Coal ## Gasoline ## Electricity # Humans need only: ## Water ## Protein
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                          
                            Fuel could be: 
                              
                                Coal
                              
                              
                                Gasoline
                              
                              
                                Electricity
                              
                            
                          
                          
                          
                            Humans need only: 
                              
                                Water
                              
                              
                                Protein
                              
                            
                          
                        
                      
                    
                    
                    
                      
                        * A first item * A second item * A third
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                          
                            A first item
                          
                          
                            A second item
                          
                          
                            A third
                          
                        
                      
                    
                    
                    
                      
                        * Fuel could be: ** Coal ** Gasoline ** Electricity * Humans need only: ** Water ** Protein
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                          
                            Fuel could be: 
                              
                                Coal
                              
                              
                                Gasoline
                              
                              
                                Electricity
                              
                            
                          
                          
                          
                            Humans need only: 
                              
                                Water
                              
                              
                                Protein
                              
                            
                          
                        
                      
                    
                    
                    
                      
                        External References
                      
                    
                    
                    
                      
                        I searched "Google":http://google.com.
                      
                      
                      
                        formata em:
                      
                      
                      
                        I searched Google.
                      
                    
                    
                    
                      
                        I am crazy about "Hobix":hobix and "it's":hobix "all":hobix I ever "link to":hobix!

[hobix]http://hobix.com

                        formata em:
                      
                      
                      
                        I am crazy about Hobix and it’s all I ever link to!
                      
                    
                    
                    
                      
                        !http://redcloth.org/hobix.com/textile/sample.jpg!
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                      
                    
                    
                    
                      
                        !openwindow1.gif(Bunny.)!
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                      
                    
                    
                    
                      
                        !openwindow1.gif!:http://hobix.com/
                      
                      
                      
                        formata em:
                      
                      
                      
                        
                      
                    
                    
                    
                      
                        !&gt;obake.gif!

And others sat all round the small machine and paid it to sing to them.

                        formata em:
                      
                      
                      
                         
                        
                        
                          And others sat all round the small machine and paid it to sing to them.  
                          
                          
                            
                              We use CSS(Cascading Style Sheets).
                            
                            
                            
                              formata em:
                            
                            
                            
                              We use CSS.
                            
                          
                          
                          
                            
                              Tables
                            
                          
                          
                          
                            
                              | name | age | sex | | joan | 24 | f | | archie | 29 | m | | bella | 45 | f |
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    name
                                  
                                  
                                  
                                    age
                                  
                                  
                                  
                                    sex
                                  
                                
                                
                                
                                  
                                    joan
                                  
                                  
                                  
                                    24
                                  
                                  
                                  
                                    f
                                  
                                
                                
                                
                                  
                                    archie
                                  
                                  
                                  
                                    29
                                  
                                  
                                  
                                    m
                                  
                                
                                
                                
                                  
                                    bella
                                  
                                  
                                  
                                    45
                                  
                                  
                                  
                                    f
                                  
                                
                              
                            
                          
                          
                          
                            
                              |_. name |_. age |_. sex | | joan | 24 | f | | archie | 29 | m | | bella | 45 | f |
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    name
                                  
                                  
                                  
                                    age
                                  
                                  
                                  
                                    sex
                                  
                                
                                
                                
                                  
                                    joan
                                  
                                  
                                  
                                    24
                                  
                                  
                                  
                                    f
                                  
                                
                                
                                
                                  
                                    archie
                                  
                                  
                                  
                                    29
                                  
                                  
                                  
                                    m
                                  
                                
                                
                                
                                  
                                    bella
                                  
                                  
                                  
                                    45
                                  
                                  
                                  
                                    f
                                  
                                
                              
                            
                          
                          
                          
                            
                              |_. attribute list | |&lt;. align left | |&gt;. align right| |=. center | |&lt;&gt;. justify | |^. valign top | |~. bottom |
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    attribute list
                                  
                                
                                
                                
                                  
                                    align left
                                  
                                
                                
                                
                                  
                                    align right
                                  
                                
                                
                                
                                  
                                    center
                                  
                                
                                
                                
                                  
                                    justify
                                  
                                
                                
                                
                                  
                                    valign top
                                  
                                
                                
                                
                                  
                                    bottom
                                  
                                
                              
                            
                          
                          
                          
                            
                              |\2. spans two cols | | col 1 | col 2 |
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    spans two cols
                                  
                                
                                
                                
                                  
                                    col 1
                                  
                                  
                                  
                                    col 2
                                  
                                
                              
                            
                          
                          
                          
                            
                              |/3. spans 3 rows | a | | b | | c |
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    spans 3 rows
                                  
                                  
                                  
                                    a
                                  
                                
                                
                                
                                  
                                    b
                                  
                                
                                
                                
                                  
                                    c
                                  
                                
                              
                            
                          
                          
                          
                            
                              |{background:#ddd}. Grey cell|
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    Grey cell
                                  
                                
                              
                            
                          
                          
                          
                            
                              table{border:1px solid black}. |This|is|a|row| |This|is|a|row|
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    This
                                  
                                  
                                  
                                    is
                                  
                                  
                                  
                                    a
                                  
                                  
                                  
                                    row
                                  
                                
                                
                                
                                  
                                    This
                                  
                                  
                                  
                                    is
                                  
                                  
                                  
                                    a
                                  
                                  
                                  
                                    row
                                  
                                
                              
                            
                          
                          
                          
                            
                              |This|is|a|row| {background:#ddd}. |This|is|grey|row|
                            
                            
                            
                              formata em:
                            
                            
                            
                              
                                
                                  
                                    This
                                  
                                  
                                  
                                    is
                                  
                                  
                                  
                                    a
                                  
                                  
                                  
                                    row
                                  
                                
                                
                                
                                  
                                    This
                                  
                                  
                                  
                                    is
                                  
                                  
                                  
                                    grey
                                  
                                  
                                  
                                    row
                                  
                                
                              
                            
                            
                          
                          
                            Leia também um guia de referência completa do textile http://redcloth.org/hobix.com/textile/