albatrocity (owner)

Forks

Revisions

  • 882c1b albatro... Sun Feb 15 20:38:51 -0800 2009
  • 304bd4 albatro... Sun Feb 15 20:38:39 -0800 2009
  • 42e1c1 albatro... Sun Feb 15 20:38:19 -0800 2009
  • b88419 albatro... Sun Feb 15 20:37:59 -0800 2009
  • 09d89c albatro... Sun Feb 15 20:37:26 -0800 2009
  • 541809 albatro... Sun Feb 15 20:36:56 -0800 2009
  • 3c1211 albatro... Sun Feb 15 20:36:26 -0800 2009
  • 11819e albatro... Sun Feb 15 20:35:37 -0800 2009
  • b55ae7 albatro... Mon Jan 05 17:34:47 -0800 2009
  • 706723 albatro... Mon Dec 29 16:23:41 -0800 2008
gist: 39147 Download_button fork
public
Public Clone URL: git://gist.github.com/39147.git
Embed All Files: show embed
guide.textile #

Textile How-To

Textile is great. Textile is nearly the best thing to happen to text markup, but don’t let that intimidate you. It’s easy.

Textile takes regular old text and turns it into magical internet text with easily implemented markup. Here are some before and after shots to get you started.

Headers

h3. Let's make a header 3.

Let’s make a header 3.

Links

Put quotes around the "link":http://google.com text, followed by a colon and the url.

Put quotes around the link text, followed by a colon and the url.

Text Styling

Put *asterisks* around text to make it bold.

Put asterisks around text to make it bold.

Put _underscores_ around text to make it bold.

Put underscores around text to make it italic.

Special Characters

Make em dashes -- real ones.

Make em dashes — real ones.

Make Trademarks(TM), Registered Marks(R), and Copyright Symbols(c)

Make Trademarks™, Registered Marks®, and Copyright Symbols©

Images

Wrap the image url in exclamation marks like this: !http://www.google.com/intl/en_ALL/images/logo.gif!

Wrap the image url in exclamation marks like this:

Advanced

For more examples, including advanced markup, see Hobix.com’s Textile Quick Reference:http://hobix.com/textile/quick.html.