On 23/04/12 16:35, Tom Roche wrote: > ) Does wikitext currently provide some facility for easy annotation of > lists with properties? If not, could this be provided? (And please let > me know if there is another mechanism for feature requesting, e.g., > trac, bugzilla.)
Hello Tom, I have long liked the idea of allowing html ol/ul with inner wikitext items. In your case that would allow doing: <ol class="incremental"> # discuss ''problems'' # target ''etiologies'' # float generic ''solutions'' # pitch specific ''implementations'' # ''discuss'' ... </ol> Note that you can use italic wikitext markup '' inside <li> without issues. HTML markup can be freely combined with wikitext (consider the results undefined if your mixture doesn't make sense). We have a bugzilla at https://bugzilla.wikimedia.org/ but I don't think it has been reported before. _______________________________________________ Wikitext-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitext-l
