We like textile for text formatting, but if you prefer something else, MojoMojo's pluggable formatter chain let's you rip out the textile formatter, and replace it with Markdown, or whatever else strikes your fancy. Since the wiki-links are handled by a separate formatter, it won't be affected at all. You can also add additional formatters to the core one, such as our RSS formatter or the Amazon formatter.
Default main text formatter. Textile is a human text formatter. It's popular among bloggers, and has a easy to learn format. You can read more about it at the creator's website.
This formatter handles the wiki-linking between pages in MojoMojo. It supports both CamelCase style formatting and \[[Explicit Link]] style. If it makes a link where you don't want it, you can always escape it with a backslash, like \WikiWord.
This formatter ensures that the generated HTML is squeaky clean. That means it makes sure the generated output doesn't contain any potentially harmful elements.
Allows user comment on page. syntax \n=comment\n
Formats Plain Old Documentation. processes blocks between \n=pod\n
verbatim http include. Loaded at runtime. syntax \n=url\n
see killtrac for example.