From: Jeff D. <da...@da...> - 2002-11-12 22:59:24
|
> >how long we should keep old-style markup around? > > Forever? That's certainly a possibility, I think. (Another arguement for keeping the old-style markup is that it's certainly more traditional wiki-ish.) > I looked at a whole bunch of wikis and chose phpwiki > because of the simplicity of the markup. A lot of my wikis are used > by schoolkids aged 7-11 and simple markup makes the difference > between them having a go at making themselves a page and not doing. Note that the (or at least my) main motivation for moving to the new markup was to make the syntax more intuitive (i.e. more WYSIWYGish). E.g. you make indented paragraphs like: Here's an idented paragraph. (The old markup involves a leading ";:".) Nested lists are layed out like: * Item 1 * Subitem 1.1 * Subitem 1.2 * Item 2 * Subitem 2.1 |