=toc
h1. MojoMojo Cheatsheet
h2. Choosing between Textile2 and MultiMarkDown
"Textile2":http://bradchoate.com/mt/docs/mtmanual_textile2.html can'tis renderan blockquotesextension into listsTextile.
MultiMarkdown becauseis thean "bq."extension blockto signature requires being surrounded by blank lines"Markdown":http://daringfireball.net/projects/markdown/syntax, andadding blanksupport linesfor break lists.
Textile2 can't render blockquotes in lists because the "bq." block signature requires being surrounded by blank lines, and blank lines break lists:
bq. Avoid problems, and you'll never be the one who overcame them. -- Richard Bach
bq. There is no elevator to success. You have to take the stairs.
"Markdown's documentation":http://daringfireball.net/projects/markdown/syntax#list explicitly tells how to "put a blockquote within a list item".
Generally, Markdown is more powerful, and Textile is simpler. The most common differences between them are:
h2. Cheatsheet
| What you see | MojoMojo "MultiMarkdown":http://fletcherpenney.net/multimarkdown/ | MojoMojo Textile | "Wikipedia":http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page#Links_and_URLs |
|---|---|---|---|
| MojoMojo features | MojoMojo [[/features]] | MojoMojo [[features]] | |
| MojoMojo editing cheatsheet | MojoMojo [[/documentation/cheatsheet | editing cheatsheet]] | MojoMojo [[cheatsheet | editing cheatsheet]] |
h2. Table headers (broken at the moment)
Example copied from the "MultiMarkdown syntax guide":http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/:
| Grouping | ||
|---|---|---|
| First Header | Second Header | Third Header |
| Content | Long Cell | |
| Content | Cell | Cell |
| New section | More | Data |
| And more | And more | |