> I'm curious, do you think that non-IT-types would be open-minded > enough to learn Markdown.
Yes, I do, Ken. Markdown is very simple. Here's a list in Markdown: - Item A - Item B - Item C Or a link: [SD Ruby](http://sdruby.com) Or some emphasized text: *This should be italics* Or some strongly emphasized text: **This should be bold** Another thing to consider... 37Signals uses Textile, which is actually more complicated than Markdown, and they've had great success... and I suspect many of their users are non-IT-types. :) -- Patrick --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
