is the new name for the markup language for the OLPC project. It has broadly similar goals and a similar flavor to Creole, but has a few minor differences of emphasis (many of which reflect the influence of Markdown on its design) and a few syntactic incompatibilities which promise to be a major pain in the ass for users in the likely event that both markup standards become popular.
The single biggest discrepancy between the two standards is the order of link and text with Links. In the majority of Wikis (including the 800 pound gorilla, MediaWiki), and in the Creole drafts, the link comes first, and the optional text comes after, separated by a pipe |. In the Crossmark draft (as on the JSPWiki hosting this discussion), the optional text comes first, delimited by a pipe and optional whitespace. As discussed on Talk.Links, there is no reliable way to disambiguate between the two, to support both conventions.
The major feature of Crossmark is extensibility through macros. Standard macros include raw (effectively factoring nowiki and monospace font into two separate markups), math (using LaTeX syntax), image (supporting much more extensive metadata than the curly-brace syntax), and table.
Minor syntactic differences include:
The link order is the most pressing issue. I've initiated a discussion with Ivan (first author on the Crossmark spec), and see a couple ways to move forward. See Talk.Links for my latest thoughts on the issue.
It would be nice to resolve the single vs double character markup controversy, but implementing both is viable. People trying to write maximally portable text would need to be careful to avoid collisions. The same goes for 1st and 2nd level header and numbered lists.
Overall, I think there is hope to reconcile the two efforts, and that a little pain to change things now might result in a significantly better experience for users trying to share content between the two worlds down the road.
Meta: this page should be for description of Crossmark and its differences from Creole. The attempt to unify them is at Crossmark Creole Unification.
-- Raph Levien 2007-01-11