markup/textile/sample.textile (59 lines of code) (raw):

Bold Text *this is bold* =========================== Italic text _this is italic_ =========================== Links "link text(title tooltip)":linkAddress Example - "Assistly(Assistly's website)":http://www.assistly.com =========================== Email Links "link text(title tooltip)":mailto:someone@example.com Example - "Support(Assistly Support)":mailto:support@assistly.com =========================== Images Example - !http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Pygoscelis_papua.jpg/250px-Pygoscelis_papua.jpg(Hi)! =========================== Lists --Unordered * An item in a bulleted list ** Second Level *** Third level --Ordered # First list item # Second list item ## Second level list item =========================== Bullets usage examples * I am a bullet *# I am a numbered list in second level *# I am another numbered list in second level * I am another bullet in first level =========================== Headings You must leave a blank line after each heading. h1. First heading h2. Second heading h3. Third heading h4. Fourth heading h5. Fifth heading h6. Sixth heading =========================== Code @your code goes in here@ Note: There can't be empty lines in the block of code. =========================== Blockquotes bq. This text will be enclosed in an HTML blockquote element. =========================== More markers *_bold italic text_* -strikethrough text- *-bold strikethrough text-* *_-bold italic strikethrough text-_* +underlined text+ *+bold underlined text+* _+italic underlined text+_ *_+bold italic underlined text+_* *_-+bold italic strikethrough underlined text+-_*