h1. MojoMojo Cheatsheet
h2. Choosing between Textile2 and MultiMarkDown
Textile2 can't render blockquotes in lists because the "bq." block signature requires being surrounded by blank lines, and blank lines break lists.
First,
bq. Avoid problems, and you'll never be the one who overcame them. -- Richard Bach
Second,
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 difference between them is the link syntax:
- Textile: "Link text":http://example.com
- Markdown: [Link text](http://example.com)
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 | |
Showing changes from previous revision. Removed | Added
