David Gerard wrote: > How are numbered lists implemented in the present grammar? Would it be > hard (in future) to put in some sort of number-from provision or tell > the parser not to insert a </ol>? > > - d.
Just make # equal to <li> if there's any open <ol>, create them if there isn't (probably the same should be done for * even while there won't bbe a visual difference). Then you can add <ol start=""> but avoid using <li>s for each item. _______________________________________________ Wikitext-l mailing list [email protected] http://lists.wikimedia.org/mailman/listinfo/wikitext-l
