textile.textile 377 B

1234567891011121314151617181920212223242526272829
  1. h1. Textile document
  2. h2. Heading Two
  3. h3. A two-line
  4. header
  5. h2. Another two-line
  6. header
  7. Paragraph:
  8. one, two,
  9. thee lines!
  10. p(classone two three). This is a paragraph with classes
  11. p(#id). (one with an id)
  12. p(one two three#my_id). ..classes + id
  13. * Unordered list
  14. ** sublist
  15. * back again!
  16. ** sublist again..
  17. # ordered
  18. bg. Blockquote!
  19. This is a two-list blockquote..!